diff options
| author | mattip <matti.picus@gmail.com> | 2020-08-03 13:20:55 +0300 |
|---|---|---|
| committer | mattip <matti.picus@gmail.com> | 2020-08-03 14:09:09 +0300 |
| commit | 2e1df6d89a0fdf7f2063bdf0bd2c388f607357e4 (patch) | |
| tree | 3be2c25c9a6c000becc4240d7d2d98f999645e8c /tools | |
| parent | 0f123387616a61cd72d74aa5ec5bb2044ca8d8d8 (diff) | |
| download | numpy-2e1df6d89a0fdf7f2063bdf0bd2c388f607357e4.tar.gz | |
BLD: pin setuptools<49.2.0
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/travis-before-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/travis-before-install.sh b/tools/travis-before-install.sh index 1446a8bad..b62d74f40 100755 --- a/tools/travis-before-install.sh +++ b/tools/travis-before-install.sh @@ -29,7 +29,7 @@ gcc --version popd -pip install --upgrade pip setuptools!=49.2.0 wheel +pip install --upgrade pip 'setuptools<49.2.0' wheel # 'setuptools', 'wheel' and 'cython' are build dependencies. This information # is stored in pyproject.toml, but there is not yet a standard way to install |
