Skip to content

Commit 287e765

Browse files
committed
Update mlips
1 parent 8117404 commit 287e765

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Tools for machine learnt interatomic potentials
2020

2121
- Python >= 3.10
2222
- ASE >= 3.23
23-
- mace-torch = 0.3.8
23+
- mace-torch = 0.3.9
2424
- chgnet = 0.3.8 (optional)
2525
- matgl = 1.1.3 (optional)
26-
- sevenn = 0.10.0 (optional)
27-
- alignn = 2024.5.27 (optional)
26+
- sevenn = 0.10.3 (optional)
27+
- alignn = 2024.12.02 (optional)
2828

2929
All required and optional dependencies can be found in [pyproject.toml](pyproject.toml).
3030

docs/source/getting_started/getting_started.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Dependencies
99

1010
- Python >= 3.10
1111
- ASE >= 3.23
12-
- mace-torch = 0.3.8
12+
- mace-torch = 0.3.9
1313
- chgnet = 0.3.8 (optional)
1414
- matgl = 1.1.3 (optional)
15-
- sevenn = 0.10.0 (optional)
16-
- alignn = 2024.5.27 (optional)
15+
- sevenn = 0.10.3 (optional)
16+
- alignn = 2024.12.02 (optional)
1717

1818
All required and optional dependencies can be found in `pyproject.toml <https://github.com/stfc/janus-core/blob/main/pyproject.toml>`_.
1919

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ readme = "README.md"
2424
dependencies = [
2525
"ase<4.0,>=3.23",
2626
"codecarbon<3.0.0,>=2.5.0",
27-
"mace-torch==0.3.8",
27+
"mace-torch==0.3.9",
2828
"numpy<2.0.0,>=1.26.4",
2929
"phonopy<3.0.0,>=2.23.1",
3030
"pyyaml<7.0.0,>=6.0.1",
@@ -39,7 +39,7 @@ dependencies = [
3939

4040
[project.optional-dependencies]
4141
alignn = [
42-
"alignn == 2024.5.27",
42+
"alignn == 2024.12.02",
4343
]
4444
chgnet = [
4545
"chgnet == 0.3.8",
@@ -49,7 +49,7 @@ m3gnet = [
4949
"dgl == 2.1.0",
5050
]
5151
sevennet = [
52-
"sevenn == 0.10.0",
52+
"sevenn == 0.10.3",
5353
]
5454
all = [
5555
"janus-core[alignn]",

0 commit comments

Comments
 (0)