Skip to content

Commit e71eb5a

Browse files
authored
bump Cython version to 0.29.22 to avoid _PyGen_Send problems in Python 3.10
1 parent 25648ed commit e71eb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'scikit-image>=0.17.2',
1111
'opencv-python>=4.3.0',
1212
'matplotlib>=3.3.0',
13-
'Cython==0.29.21',
13+
'Cython>=0.29.22',
1414
'yacs>=0.1.8',
1515
'h5py>=2.10.0',
1616
'gputil>=1.4.0',

0 commit comments

Comments
 (0)