8000 tools/travis-before-install.sh: Upgrade setuptools · numpy/numpy@f898531 · GitHub
[go: up one dir, main page]

Skip to content

Commit f898531

Browse files
committed
tools/travis-before-install.sh: Upgrade setuptools
1 parent 6bf7e1a commit f898531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/travis-before-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gcc --version
3636

3737
popd
3838

39-
pip install --upgrade pip 'setuptools<49.2.0' wheel
39+
pip install --upgrade pip setuptools wheel
4040

4141
# 'setuptools', 'wheel' and 'cython' are build dependencies. This information
4242
# is stored in pyproject.toml, but there is not yet a standard way to install

0 commit comments

Comments
 (0)
0