Skip to content

Commit 3cbba64

Browse files
dependabot[bot]github-actions[bot]jan-janssen
authored
Bump pylammpsmpi from 0.3.5 to 0.3.6 (#577)
* Bump pylammpsmpi from 0.3.5 to 0.3.6 Bumps [pylammpsmpi](https://github.com/pyiron/pylammpsmpi) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/pyiron/pylammpsmpi/releases) - [Commits](pyiron/pylammpsmpi@pylammpsmpi-0.3.5...pylammpsmpi-0.3.6) --- updated-dependencies: - dependency-name: pylammpsmpi dependency-version: 0.3.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jan Janssen <jan-janssen@users.noreply.github.com>
1 parent a46cf02 commit 3cbba64

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- seekpath =2.1.0
1717
- lammps =2024.08.29
1818
- pandas =2.3.3
19-
- pylammpsmpi =0.3.5
19+
- pylammpsmpi =0.3.6
2020
- jinja2 =3.1.6
2121
- jupyter-book =1.0.0
2222
- pyiron_lammps =0.4.8

.ci_support/environment-lammps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
dependencies:
44
- lammps =2024.08.29=*openmpi*
55
- pandas =2.3.3
6-
- pylammpsmpi =0.3.5
6+
- pylammpsmpi =0.3.6
77
- jinja2 =3.1.6
88
- iprpy-data =2023.07.25
99
- dynaphopy =1.18.0

.ci_support/environment-notebooks.yml

Lines changed: 1 addition & 1 deletion
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.5
9+
- pylammpsmpi =0.3.6
1010
- jinja2 =3.1.6
1111
- dynaphopy =1.18.0
1212
- pyiron_lammps =0.4.8

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ gpaw = [
4747
"gpaw==25.7.0",
4848
]
4949
lammps = [
50-
"pylammpsmpi==0.3.5",
50+
"pylammpsmpi==0.3.6",
5151
"jinja2==3.1.6",
5252
"pandas==2.3.3",
5353
"pyiron_lammps==0.4.8",
5454
]
5555
lammps_phonons = [
56-
"pylammpsmpi==0.3.5",
56+
"pylammpsmpi==0.3.6",
5757
"jinja2==3.1.6",
5858
"pandas==2.3.3",
5959
"dynaphopy==1.18.0",

0 commit comments

Comments
 (0)