Skip to content

Commit b73b52c

Browse files
authored
Pin Cython version (#42)
1 parent 85d9a31 commit b73b52c

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
@@ -37,7 +37,7 @@ def build_extensions(pkg_name, major_submodules):
3737
long_description=long_description,
3838
long_description_content_type="text/x-rst",
3939
install_requires=[
40-
'Cython',
40+
'Cython==3.0.8',
4141
'numpy',
4242
'scipy',
4343
'tqdm',

0 commit comments

Comments
 (0)