From 19870d68a997972a174485d89b686d2c61af85fe Mon Sep 17 00:00:00 2001 From: ElliottKasoar <45317199+ElliottKasoar@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:31:23 +0100 Subject: [PATCH] Update sevennet version in docs (#338) --- README.md | 2 +- docs/source/developer_guide/tutorial.rst | 2 +- docs/source/getting_started/getting_started.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5692dfd..f549cd03 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/docs/source/developer_guide/tutorial.rst b/docs/source/developer_guide/tutorial.rst index 80aa8af2..e0adb627 100644 --- a/docs/source/developer_guide/tutorial.rst +++ b/docs/source/developer_guide/tutorial.rst @@ -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] diff --git a/docs/source/getting_started/getting_started.rst b/docs/source/getting_started/getting_started.rst index 385b8657..8f830cb7 100644 --- a/docs/source/getting_started/getting_started.rst +++ b/docs/source/getting_started/getting_started.rst @@ -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 `_.