We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mace
chgnet
1 parent 90261aa commit 7ab895fCopy full SHA for 7ab895f
pyproject.toml
@@ -12,15 +12,12 @@ readme = "README.md"
12
license = { text = "MIT" }
13
dependencies = [
14
"ase>=3.23.0",
15
- "numpy >=1.26.4",
16
"pymatgen>=2023.3.10",
17
"rdkit",
18
"scikit-learn",
19
"scipy",
20
"torch >= 2.2.0",
21
"tqdm",
22
- "mace-torch >=0.3.4, <=0.3.14",
23
- "chgnet==0.3.5",
24
"e3fp",
25
"nglview",
26
"ipykernel",
@@ -47,6 +44,14 @@ dev = [
47
44
"pytest",
48
45
"pytest-cov"
49
46
]
+default = [
+ "mace-torch >=0.3.4, <=0.3.14",
+ "chgnet==0.3.5",
50
+ "numpy >=1.26.4, <2",
51
+]
52
+others = [
53
+ "numpy >=2",
54
55
56
[project.urls]
57
Homepage = "https://github.mit.edu/MLMat/NeuralForceField/"
0 commit comments