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 01e7fc6 commit e67b31c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def getVersionNumber():
install_requires=[
"gemmi>=0.5.6",
"reciprocalspaceship>=0.9.18",
"numpy==1.26.4",
"tqdm",
],
setup_requires=["pytest-runner"],
Expand Down

0 comments on commit e67b31c

Please sign in to comment.