Skip to content

Commit

Permalink
Update MLIPs (#384)
Browse files Browse the repository at this point in the history
* Update mlips
  • Loading branch information
ElliottKasoar authored Jan 22, 2025
1 parent 9cc0723 commit 25d168b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 2 additions & 2 deletions docs/source/getting_started/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/stfc/janus-core/blob/main/pyproject.toml>`_.
Expand Down
4 changes: 2 additions & 2 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.24",
"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 @@ -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 25d168b

Please sign in to comment.