Skip to content

Commit

Permalink
Update sevennet version in docs (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar authored Oct 23, 2024
1 parent 108b5e1 commit 19870d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Tools for machine learnt interatomic potentials
- mace-torch = 0.3.6
- chgnet = 0.3.8 (optional)
- matgl = 1.1.3 (optional)
- sevenn = 0.9.3 (optional)
- sevenn = 0.10.0 (optional)
- alignn = 2024.5.27 (optional)

All required and optional dependencies can be found in [pyproject.toml](pyproject.toml).
Expand Down
2 changes: 1 addition & 1 deletion docs/source/developer_guide/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ New MLIPs should be added as optional dependencies under ``[tool.poetry.dependen

[tool.poetry.dependencies]
alignn = { version = "2024.5.27", optional = true }
sevenn = { version = "0.9.3", optional = true }
sevenn = { version = "0.10.0", optional = true }
torch_geometric = { version = "^2.5.3", optional = true }

[tool.poetry.extras]
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Dependencies
- mace-torch = 0.3.6
- chgnet = 0.3.8 (optional)
- matgl = 1.1.3 (optional)
- sevenn = 0.9.3 (optional)
- sevenn = 0.10.0 (optional)
- alignn = 2024.5.27 (optional)

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

0 comments on commit 19870d6

Please sign in to comment.