Skip to content

Commit

Permalink
Relax numpy and torch constraints (#40)
Browse files Browse the repository at this point in the history
* relax numpy and torch deps

* bound torch version from above

---------

Co-authored-by: ben rhodes <[email protected]>
  • Loading branch information
benrhodes26 and ben rhodes authored Dec 19, 2024
1 parent 04b6211 commit 3429cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ classifiers = [
dependencies = [
"cached_path>=1.6.2",
"ase>=3.23.0",
"numpy>=1.26.4, <2.0.0",
"numpy>=1.26.4",
"scipy>=1.13.1",
"torch==2.2.0",
"torch>=2.2.0, <3.0.0",
"dm-tree>=0.1.8",
"tqdm>=4.66.5",
]
Expand Down

0 comments on commit 3429cd6

Please sign in to comment.