Skip to content

Commit

Permalink
bump torch in pyproject.toml (#857)
Browse files Browse the repository at this point in the history
* bump torch in pyproject.toml

* also cattsunami
  • Loading branch information
lbluque authored Sep 17, 2024
1 parent 6696a7e commit 6175f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fairchem-applications-cattsunami/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = ["version", "readme"]
description = "Accelerating Transition State Energy Calculations with Pre-trained Graph Neural Networks"
license = {text = "MIT License"}
dependencies = [
"torch>=2.2",
"torch>=2.4",
"scipy",
"ase",
"networkx",
Expand Down
2 changes: 1 addition & 1 deletion packages/fairchem-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = {text = "MIT License"}
dynamic = ["version", "readme"]
requires-python = ">=3.9, <3.13"
dependencies = [
"torch>=2.2",
"torch>=2.4",
"numpy >=1.25.0, <2.0.0",
"lmdb",
"ase",
Expand Down

0 comments on commit 6175f23

Please sign in to comment.