Skip to content

Commit e7a1f40

Browse files
authored
Update ASE to 3.27.0, pylammpsmpi to 0.3.8, structuretoolkit to 0.0.39, sphinx_parser to 0.1.6 and pyiron_vasp to 0.2.18 (#601)
* Update pyproject.toml * Update environment.yml * Update environment.yml * Update environment-docs.yml * Update pyproject.toml * Update environment.yml * Update environment.yml * Update environment-docs.yml * Update pyproject.toml * Update environment.yml * Update environment-docs.yml * Update environment-lammps.yml * Update environment-notebooks.yml * Update environment-docs.yml * Update environment-lammps.yml * Update environment-notebooks.yml * Update environment.yml * Update pyproject.toml * Update environment-docs.yml * Update environment.yml * Update environment.yml * Update pyproject.toml
1 parent 1df6842 commit e7a1f40

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

.ci_support/environment-docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ dependencies:
66
- sphinx
77
- sphinx_rtd_theme
88
- myst-parser
9-
- ase =3.26.0
9+
- ase =3.27.0
1010
- coverage
1111
- numpy =2.3.5
1212
- scipy =1.16.3
1313
- spglib =2.7.0
1414
- phonopy =2.45.1
15-
- structuretoolkit =0.0.38
15+
- structuretoolkit =0.0.39
1616
- seekpath =2.1.0
1717
- lammps =2024.08.29
1818
- pandas =2.3.3
19-
- pylammpsmpi =0.3.7
19+
- pylammpsmpi =0.3.8
2020
- jinja2 =3.1.6
2121
- jupyter-book =1.0.0
22-
- pyiron_lammps =0.5.1
23-
- pyiron_vasp =0.2.17
22+
- pyiron_lammps =0.5.2
23+
- pyiron_vasp =0.2.18
2424
- hatchling =1.27.0
2525
- hatch-vcs =0.5.0

.ci_support/environment-lammps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ channels:
33
dependencies:
44
- lammps =2024.08.29=*openmpi*
55
- pandas =2.3.3
6-
- pylammpsmpi =0.3.7
6+
- pylammpsmpi =0.3.8
77
- jinja2 =3.1.6
88
- iprpy-data =2023.07.25
99
- dynaphopy =1.18.0
10-
- pyiron_lammps =0.5.1
10+
- pyiron_lammps =0.5.2

.ci_support/environment-notebooks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- gpaw =25.7.0
77
- lammps =2024.08.29
88
- pandas =2.3.3
9-
- pylammpsmpi =0.3.7
9+
- pylammpsmpi =0.3.8
1010
- jinja2 =3.1.6
1111
- dynaphopy =1.18.0
12-
- pyiron_lammps =0.5.1
12+
- pyiron_lammps =0.5.2

.ci_support/environment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- ase =3.26.0
4+
- ase =3.27.0
55
- coverage
66
- lxml =6.0.2
77
- mendeleev =1.1.0
@@ -12,9 +12,9 @@ dependencies:
1212
- scipy =1.16.3
1313
- seekpath =2.1.0
1414
- spglib =2.7.0
15-
- structuretoolkit =0.0.38
16-
- sphinx_parser =0.1.5
15+
- structuretoolkit =0.0.39
16+
- sphinx_parser =0.1.6
1717
- tqdm =4.67.1
18-
- pyiron_vasp =0.2.17
18+
- pyiron_vasp =0.2.18
1919
- hatchling =1.27.0
2020
- hatch-vcs =0.5.0

binder/environment.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- ase =3.26.0
4+
- ase =3.27.0
55
- numpy =2.3.5
66
- scipy =1.16.3
77
- spglib =2.7.0
88
- phonopy =2.45.1
9-
- structuretoolkit =0.0.38
9+
- structuretoolkit =0.0.39
1010
- seekpath =2.1.0
1111
- gpaw =25.7.0
1212
- lammps =2024.08.29
1313
- pandas =2.3.3
14-
- pylammpsmpi =0.3.7
14+
- pylammpsmpi =0.3.8
1515
- jinja2 =3.1.6
1616
- dynaphopy =1.18.0
1717
- tqdm =4.67.1
18-
- pyiron_lammps =0.5.1
19-
- pyiron_vasp =0.2.17
18+
- pyiron_lammps =0.5.2
19+
- pyiron_vasp =0.2.18
2020
- hatchling =1.27.0
2121
- hatch-vcs =0.5.0

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3.13",
2626
]
2727
dependencies = [
28-
"ase==3.26.0",
28+
"ase==3.27.0",
2929
"numpy==2.3.5",
3030
"scipy==1.16.3",
3131
"spglib==2.7.0",
@@ -41,23 +41,23 @@ Repository = "https://github.com/pyiron/atomistics"
4141
phonopy = [
4242
"phonopy==2.45.1",
4343
"seekpath==2.1.0",
44-
"structuretoolkit==0.0.38",
44+
"structuretoolkit==0.0.39",
4545
]
4646
gpaw = [
4747
"gpaw==25.7.0",
4848
]
4949
lammps = [
50-
"pylammpsmpi==0.3.7",
50+
"pylammpsmpi==0.3.8",
5151
"jinja2==3.1.6",
5252
"pandas==2.3.3",
53-
"pyiron_lammps==0.5.1",
53+
"pyiron_lammps==0.5.2",
5454
]
5555
lammps_phonons = [
56-
"pylammpsmpi==0.3.7",
56+
"pylammpsmpi==0.3.8",
5757
"jinja2==3.1.6",
5858
"pandas==2.3.3",
5959
"dynaphopy==1.18.0",
60-
"pyiron_lammps==0.5.1",
60+
"pyiron_lammps==0.5.2",
6161
]
6262
experimental = [
6363
"lxml==6.0.2",
@@ -66,7 +66,7 @@ experimental = [
6666
"requests==2.32.5",
6767
]
6868
sphinxdft = [
69-
"sphinx-parser==0.1.5"
69+
"sphinx-parser==0.1.6"
7070
]
7171
qe = [
7272
"pwtools==1.3.0"
@@ -75,7 +75,7 @@ tqdm = [
7575
"tqdm==4.67.1"
7676
]
7777
vasp = [
78-
"pyiron_vasp==0.2.17"
78+
"pyiron_vasp==0.2.18"
7979
]
8080

8181
[tool.hatch.build]

0 commit comments

Comments
 (0)