File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
docs/source/getting_started Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ Tools for machine learnt interatomic potentials
2020
2121- Python >= 3.10
2222- ASE >= 3.23
23- - mace-torch = 0.3.8
23+ - mace-torch = 0.3.9
2424- chgnet = 0.3.8 (optional)
2525- matgl = 1.1.3 (optional)
26- - sevenn = 0.10.0 (optional)
27- - alignn = 2024.5.27 (optional)
26+ - sevenn = 0.10.3 (optional)
27+ - alignn = 2024.12.02 (optional)
2828
2929All required and optional dependencies can be found in [ pyproject.toml] ( pyproject.toml ) .
3030
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ Dependencies
99
1010- Python >= 3.10
1111- ASE >= 3.23
12- - mace-torch = 0.3.8
12+ - mace-torch = 0.3.9
1313- chgnet = 0.3.8 (optional)
1414- matgl = 1.1.3 (optional)
15- - sevenn = 0.10.0 (optional)
16- - alignn = 2024.5.27 (optional)
15+ - sevenn = 0.10.3 (optional)
16+ - alignn = 2024.12.02 (optional)
1717
1818All required and optional dependencies can be found in `pyproject.toml <https://github.com/stfc/janus-core/blob/main/pyproject.toml >`_.
1919
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ readme = "README.md"
2424dependencies = [
2525 " ase<4.0,>=3.23" ,
2626 " codecarbon<3.0.0,>=2.5.0" ,
27- " mace-torch==0.3.8 " ,
27+ " mace-torch==0.3.9 " ,
2828 " numpy<2.0.0,>=1.26.4" ,
2929 " phonopy<3.0.0,>=2.23.1" ,
3030 " pyyaml<7.0.0,>=6.0.1" ,
@@ -39,7 +39,7 @@ dependencies = [
3939
4040[project .optional-dependencies ]
4141alignn = [
42- " alignn == 2024.5.27 " ,
42+ " alignn == 2024.12.02 " ,
4343]
4444chgnet = [
4545 " chgnet == 0.3.8" ,
@@ -49,7 +49,7 @@ m3gnet = [
4949 " dgl == 2.1.0" ,
5050]
5151sevennet = [
52- " sevenn == 0.10.0 " ,
52+ " sevenn == 0.10.3 " ,
5353]
5454all = [
5555 " janus-core[alignn]" ,
You can’t perform that action at this time.
0 commit comments