Skip to content

Commit

Permalink
revert numpy version pin to > 1.26 to support NP1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Sep 15, 2024
1 parent a02310d commit 3e875cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ license = { text = "Modified BSD" }
dependencies = [
"ase>=3.23.0",
"cython>=3",
# "numpy>=1.26", # TODO: remove after test
"numpy==1.26",
"numpy>=1.26",
"nvidia-ml-py3>=7.352.0",
"pymatgen>=2024.9.10",
"torch>=2.4.1",
Expand Down

0 comments on commit 3e875cb

Please sign in to comment.