We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
torch
numpy
1 parent b8d4ce4 commit 16ae291Copy full SHA for 16ae291
1 file changed
pyproject.toml
@@ -12,7 +12,8 @@ readme = "README.md"
12
license = { text = "MIT" }
13
dependencies = [
14
"ase>=3.23.0",
15
- "numpy >=1.26.4",
+ "numpy >=1.26.4, <2",
16
+ "torch >= 2.2.0, < 2.6.0",
17
"pymatgen>=2023.3.10",
18
"rdkit",
19
"scikit-learn",
0 commit comments