Skip to content

Commit

Permalink
fix the numpy 2.0 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
minhuanli committed Aug 2, 2024
1 parent e67b31c commit 923cc65
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 @@ -21,7 +21,7 @@ def getVersionNumber():
install_requires=[
"gemmi>=0.5.6",
"reciprocalspaceship>=0.9.18",
"numpy==1.26.4",
"numpy<2.0.0",
"tqdm",
],
setup_requires=["pytest-runner"],
Expand Down

0 comments on commit 923cc65

Please sign in to comment.