diff options
author | mattip <matti.picus@gmail.com> | 2021-11-04 13:34:08 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2021-11-04 13:34:08 +0200 |
commit | 91765067b88006aaafc73363a5f9a686b2a04848 (patch) | |
tree | 368cf9784e9eaab143d5f7bb9b0a358a164a393c /environment.yml | |
parent | 8eb6555711888f0ab5594a2bd82d230ba33a3d7c (diff) | |
download | numpy-91765067b88006aaafc73363a5f9a686b2a04848.tar.gz |
BUILD: in conda, pin setuptools to a known working version
Diffstat (limited to 'environment.yml')
-rw-r--r-- | environment.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.yml b/environment.yml index 6a13499e0..1bc8b44a7 100644 --- a/environment.yml +++ b/environment.yml @@ -12,6 +12,7 @@ dependencies: - compilers - openblas - nomkl + - setuptools=58.4 # For testing - pytest - pytest-cov |