Skip to content

Commit

Permalink
Pin Cython version (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuguangw authored Jan 26, 2024
1 parent 85d9a31 commit b73b52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def build_extensions(pkg_name, major_submodules):
long_description=long_description,
long_description_content_type="text/x-rst",
install_requires=[
'Cython',
'Cython==3.0.8',
'numpy',
'scipy',
'tqdm',
Expand Down

0 comments on commit b73b52c

Please sign in to comment.