diff --git a/README.md b/README.md index 2f29d2cf..0b5fa80a 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ Tools for machine learnt interatomic potentials - Python >= 3.10 - ASE >= 3.23 -- mace-torch = 0.3.8 +- mace-torch = 0.3.9 - chgnet = 0.3.8 (optional) - matgl = 1.1.3 (optional) -- sevenn = 0.10.0 (optional) +- sevenn = 0.10.3 (optional) - alignn = 2024.5.27 (optional) All required and optional dependencies can be found in [pyproject.toml](pyproject.toml). diff --git a/docs/source/getting_started/getting_started.rst b/docs/source/getting_started/getting_started.rst index 5efc7ca0..39a55141 100644 --- a/docs/source/getting_started/getting_started.rst +++ b/docs/source/getting_started/getting_started.rst @@ -9,10 +9,10 @@ Dependencies - Python >= 3.10 - ASE >= 3.23 -- mace-torch = 0.3.8 +- mace-torch = 0.3.9 - chgnet = 0.3.8 (optional) - matgl = 1.1.3 (optional) -- sevenn = 0.10.0 (optional) +- sevenn = 0.10.3 (optional) - alignn = 2024.5.27 (optional) All required and optional dependencies can be found in `pyproject.toml `_. diff --git a/pyproject.toml b/pyproject.toml index c1e53f36..6add5d0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ readme = "README.md" dependencies = [ "ase<4.0,>=3.23", "codecarbon<3.0.0,>=2.5.0", - "mace-torch==0.3.8", + "mace-torch==0.3.9", "numpy<2.0.0,>=1.26.4", "phonopy<3.0.0,>=2.23.1", "pyyaml<7.0.0,>=6.0.1", @@ -49,7 +49,7 @@ m3gnet = [ "dgl == 2.1.0", ] sevennet = [ - "sevenn == 0.10.0", + "sevenn == 0.10.3", ] all = [ "janus-core[alignn]",