summaryrefslogtreecommitdiff
path: root/environment.yml
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2021-11-04 13:34:08 +0200
committermattip <matti.picus@gmail.com>2021-11-04 13:34:08 +0200
commit91765067b88006aaafc73363a5f9a686b2a04848 (patch)
tree368cf9784e9eaab143d5f7bb9b0a358a164a393c /environment.yml
parent8eb6555711888f0ab5594a2bd82d230ba33a3d7c (diff)
downloadnumpy-91765067b88006aaafc73363a5f9a686b2a04848.tar.gz
BUILD: in conda, pin setuptools to a known working version
Diffstat (limited to 'environment.yml')
-rw-r--r--environment.yml1
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