Skip to content

Commit

Permalink
downgrade version in order to get OCP repo working with older HPC Sys…
Browse files Browse the repository at this point in the history
…tems. The most recent versions of pythorch sparse would cause the error "GLIBC Version Issue with PyTorch-Sparse:`GLIBC_2.29' not found".

See  rusty1s/pytorch_sparse#377 for further discussions on the issue
  • Loading branch information
IliasChair14 committed Oct 9, 2024
1 parent 939f6ad commit 66c08eb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
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.1.0",
"numpy >=1.26.0, <2.0.0",
"lmdb",
"ase",
Expand Down
2 changes: 1 addition & 1 deletion packages/requirements-optional.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
torch_geometric==2.6.0
-f https://data.pyg.org/whl/torch-2.4.0+cpu.html
-f https://data.pyg.org/whl/torch-2.1.0+cu121.html
torch_scatter==2.1.2
torch_sparse==0.6.18
torch_cluster==1.6.3
1 change: 0 additions & 1 deletion packages/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
torch==2.4.1
numpy==1.26.4
ase==3.23.0

0 comments on commit 66c08eb

Please sign in to comment.