Skip to content

Commit 7ab895f

Browse files
committed
separate mace, chgnet
1 parent 90261aa commit 7ab895f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pyproject.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@ readme = "README.md"
1212
license = { text = "MIT" }
1313
dependencies = [
1414
"ase>=3.23.0",
15-
"numpy >=1.26.4",
1615
"pymatgen>=2023.3.10",
1716
"rdkit",
1817
"scikit-learn",
1918
"scipy",
2019
"torch >= 2.2.0",
2120
"tqdm",
22-
"mace-torch >=0.3.4, <=0.3.14",
23-
"chgnet==0.3.5",
2421
"e3fp",
2522
"nglview",
2623
"ipykernel",
@@ -47,6 +44,14 @@ dev = [
4744
"pytest",
4845
"pytest-cov"
4946
]
47+
default = [
48+
"mace-torch >=0.3.4, <=0.3.14",
49+
"chgnet==0.3.5",
50+
"numpy >=1.26.4, <2",
51+
]
52+
others = [
53+
"numpy >=2",
54+
]
5055

5156
[project.urls]
5257
Homepage = "https://github.mit.edu/MLMat/NeuralForceField/"

0 commit comments

Comments
 (0)