Skip to content

Commit 16ae291

Browse files
committed
torch and numpy versions
1 parent b8d4ce4 commit 16ae291

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ readme = "README.md"
1212
license = { text = "MIT" }
1313
dependencies = [
1414
"ase>=3.23.0",
15-
"numpy >=1.26.4",
15+
"numpy >=1.26.4, <2",
16+
"torch >= 2.2.0, < 2.6.0",
1617
"pymatgen>=2023.3.10",
1718
"rdkit",
1819
"scikit-learn",

0 commit comments

Comments
 (0)