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 /.circleci | |
parent | 0f123387616a61cd72d74aa5ec5bb2044ca8d8d8 (diff) | |
download | numpy-2e1df6d89a0fdf7f2063bdf0bd2c388f607357e4.tar.gz |
BLD: pin setuptools<49.2.0
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index c3d4352e8..2a986cba6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,7 +29,7 @@ jobs: name: build numpy command: | . venv/bin/activate - pip install --upgrade pip setuptools + pip install --upgrade pip 'setuptools<49.2.0' pip install cython pip install . pip install scipy |