Skip to content

Commit 50bcca0

Browse files
committed
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 numpygh-21530 [skip azurepipelines]
1 parent eece996 commit 50bcca0

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)