Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeyiasemis authored Jun 6, 2024
1 parent fedef55 commit f59668d
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 @@ -53,7 +53,7 @@ def finalize_options(self):
"direct=direct.cli:main",
],
},
setup_requires=["numpy", "cython"],
setup_requires=["numpy", "cython>=3.0"],
install_requires=[
"numpy>=1.21.2",
"h5py==3.3.0",
Expand Down

0 comments on commit f59668d

Please sign in to comment.