Skip to content

Commit 6fc4435

Browse files
authored
Merge pull request #153 from jasonkena/master
bump Cython version in requirements so _PyGen_Send error is not triggered in Python 3.10
2 parents 25648ed + 324e7fa commit 6fc4435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/environment_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies:
100100
- connectomics==0.0.1.dev4
101101
- contourpy==1.1.1
102102
- cycler==0.12.1
103-
- cython==0.29.21
103+
- cython==0.29.22
104104
- debugpy==1.8.1
105105
- decorator==5.1.1
106106
- defusedxml==0.7.1

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)