Skip to content

Commit

Permalink
Update mlips
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Jan 22, 2025
1 parent 8117404 commit 287e765
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ 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)
- alignn = 2024.5.27 (optional)
- sevenn = 0.10.3 (optional)
- alignn = 2024.12.02 (optional)

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

Expand Down
6 changes: 3 additions & 3 deletions docs/source/getting_started/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ 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)
- alignn = 2024.5.27 (optional)
- sevenn = 0.10.3 (optional)
- alignn = 2024.12.02 (optional)

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

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -39,7 +39,7 @@ dependencies = [

[project.optional-dependencies]
alignn = [
"alignn == 2024.5.27",
"alignn == 2024.12.02",
]
chgnet = [
"chgnet == 0.3.8",
Expand All @@ -49,7 +49,7 @@ m3gnet = [
"dgl == 2.1.0",
]
sevennet = [
"sevenn == 0.10.0",
"sevenn == 0.10.3",
]
all = [
"janus-core[alignn]",
Expand Down

0 comments on commit 287e765

Please sign in to comment.