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 f59668d commit 9a35a0f
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>=3.0"],
setup_requires=["numpy>=1.21.2", "cython>=3.0"],
install_requires=[
"numpy>=1.21.2",
"h5py==3.3.0",
Expand Down

0 comments on commit 9a35a0f

Please sign in to comment.