Skip to content

Commit 31f9648

Browse files
authored
Merge pull request numpy#21569 from rgommers/fix-cython-pin
MAINT: loosen Cython pin in environment.yml
2 parents 89b4f72 + 50bcca0 commit 31f9648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ channels:
88
- conda-forge
99
dependencies:
1010
- python=3.9 #need to pin to avoid issues with builds
11-
- cython=0.29.30
11+
- cython>=0.29.30
1212
- compilers
1313
- openblas
1414
- nomkl

0 commit comments

Comments
 (0)