summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2022-05-22 16:01:08 +0200
committerRalf Gommers <ralf.gommers@gmail.com>2022-05-22 16:02:28 +0200
commit50bcca05a2460b5201a670345f20e96a9bdc3ca0 (patch)
tree7177516175599f1f7c5996ee0008377e4e14ca3d
parenteece996beacc8d78bb48749fe515986ede95bf9e (diff)
downloadnumpy-50bcca05a2460b5201a670345f20e96a9bdc3ca0.tar.gz
MAINT: loosen Cython pin in environment.yml
0.29.30 is the minimum version, but there's no need to pin to that exact version. This is a follow up to gh-21530 [skip azurepipelines]
-rw-r--r--environment.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.yml b/environment.yml
index 1d0c956ac..c45b406b5 100644
--- a/environment.yml
+++ b/environment.yml
@@ -8,7 +8,7 @@ channels:
- conda-forge
dependencies:
- python=3.9 #need to pin to avoid issues with builds
- - cython=0.29.30
+ - cython>=0.29.30
- compilers
- openblas
- nomkl