Skip to content

Commit

Permalink
pin pytorch at 2_4_0 (#928)
Browse files Browse the repository at this point in the history
* pin pytorch at 2_4_0

* also fix pypi package

---------

Co-authored-by: misko user <misko@submit-1.fair-aws-h100-2.hpcaas>
  • Loading branch information
misko and misko user authored Dec 4, 2024
1 parent 3f695ef commit 816cf00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/env.cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- defaults
dependencies:
- cpuonly
- pytorch>=2.4
- pytorch==2.4.0
- ase
- e3nn>=0.5
- numpy >=1.26.0,<2.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/env.gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- defaults
dependencies:
- pytorch-cuda=12.1
- pytorch>=2.4
- pytorch==2.4.0
- ase
- e3nn>=0.5
- numpy >=1.26.0,<2.0.0
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.4",
"torch==2.4",
"numpy >=1.26.0, <2.0.0",
"lmdb",
"ase",
Expand Down

0 comments on commit 816cf00

Please sign in to comment.