Skip to content

Commit 19870d6

Browse files
Update sevennet version in docs (stfc#338)
1 parent 108b5e1 commit 19870d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Tools for machine learnt interatomic potentials
2323
- mace-torch = 0.3.6
2424
- chgnet = 0.3.8 (optional)
2525
- matgl = 1.1.3 (optional)
26-
- sevenn = 0.9.3 (optional)
26+
- sevenn = 0.10.0 (optional)
2727
- alignn = 2024.5.27 (optional)
2828

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

docs/source/developer_guide/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ New MLIPs should be added as optional dependencies under ``[tool.poetry.dependen
1818

1919
[tool.poetry.dependencies]
2020
alignn = { version = "2024.5.27", optional = true }
21-
sevenn = { version = "0.9.3", optional = true }
21+
sevenn = { version = "0.10.0", optional = true }
2222
torch_geometric = { version = "^2.5.3", optional = true }
2323

2424
[tool.poetry.extras]

docs/source/getting_started/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Dependencies
1212
- mace-torch = 0.3.6
1313
- chgnet = 0.3.8 (optional)
1414
- matgl = 1.1.3 (optional)
15-
- sevenn = 0.9.3 (optional)
15+
- sevenn = 0.10.0 (optional)
1616
- alignn = 2024.5.27 (optional)
1717

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

0 commit comments

Comments
 (0)