Skip to content

Commit

Permalink
update requirements to allow np 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque committed Feb 7, 2025
1 parent beba557 commit 40ef06d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/env.cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dependencies:
- pytorch==2.4.0
- ase
- e3nn>=0.5
- numpy >=1.26.0,<2.0.0
- numpy>=1.26.0,<2.2.0
- pymatgen>=2023.10.3
- numba
- numba>=0.61.0
- orjson
- pip
- pip:
Expand Down
4 changes: 2 additions & 2 deletions packages/env.gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ dependencies:
- pytorch==2.4.0
- ase
- e3nn>=0.5
- numpy >=1.26.0,<2.0.0
- numpy>=1.26.0,<2.2.0
- pymatgen>=2023.10.3
- numba
- numba>=0.61.0
- orjson
- pip
- pip:
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 @@ -10,7 +10,7 @@ dynamic = ["version", "readme"]
requires-python = ">=3.9, <3.13"
dependencies = [
"torch==2.4",
"numpy >=1.26.0, <2.0.0",
"numpy >=1.26.0, <2.2.0",
"lmdb",
"ase",
"pymatgen>=2023.10.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/fairchem-data-oc/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = ["version", "readme"]
description = "Code for generating adsorbate-catalyst input configurations"
license = {text = "MIT License"}
dependencies = [
"numpy >=1.26.0, <2.0.0",
"numpy",
"scipy",
"matplotlib",
"ase", # this was pinned to 3.22.1
Expand Down
2 changes: 1 addition & 1 deletion packages/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
torch==2.4.1
numpy==1.26.4
numpy==2.1.3
ase==3.24.0

0 comments on commit 40ef06d

Please sign in to comment.