Skip to content

Commit

Permalink
Bump pylammpsmpi from 0.2.26 to 0.2.30 (#406)
Browse files Browse the repository at this point in the history
* Bump pylammpsmpi from 0.2.26 to 0.2.30

Bumps [pylammpsmpi](https://github.com/pyiron/pylammpsmpi) from 0.2.26 to 0.2.30.
- [Release notes](https://github.com/pyiron/pylammpsmpi/releases)
- [Commits](pyiron/pylammpsmpi@pylammpsmpi-0.2.26...pylammpsmpi-0.2.30)

---
updated-dependencies:
- dependency-name: pylammpsmpi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* [dependabot skip] Update environment

---------

Signed-off-by: dependabot[bot] <[email protected]>
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>
  • Loading branch information
dependabot[bot] and github-actions[bot] authored Feb 15, 2025
1 parent 091eb1b commit 3a492ef
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ dependencies:
- seekpath =2.1.0
- lammps =2024.06.27
- pandas =2.2.3
- pylammpsmpi =0.2.26
- pylammpsmpi =0.2.30
- jinja2 =3.1.5
- jupyter-book =1.0.0
2 changes: 1 addition & 1 deletion .ci_support/environment-lammps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
- lammps =2024.06.27=*openmpi*
- openmpi =4.1.6
- pandas =2.2.3
- pylammpsmpi =0.2.26
- pylammpsmpi =0.2.30
- jinja2 =3.1.5
- iprpy-data =2023.07.25
- dynaphopy =1.17.16
2 changes: 1 addition & 1 deletion .ci_support/environment-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dependencies:
- gpaw =24.6.0
- lammps =2024.06.27
- pandas =2.2.3
- pylammpsmpi =0.2.26
- pylammpsmpi =0.2.30
- jinja2 =3.1.5
- dynaphopy =1.17.16
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- gpaw =24.6.0
- lammps =2024.06.27
- pandas =2.2.3
- pylammpsmpi =0.2.26
- pylammpsmpi =0.2.30
- jinja2 =3.1.5
- dynaphopy =1.17.16
- tqdm =4.67.1
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ gpaw = [
"gpaw==24.6.0",
]
lammps = [
"pylammpsmpi==0.2.26",
"pylammpsmpi==0.2.30",
"jinja2==3.1.5",
"pandas==2.2.3",
]
lammps_phonons = [
"pylammpsmpi==0.2.26",
"pylammpsmpi==0.2.30",
"jinja2==3.1.5",
"pandas==2.2.3",
"dynaphopy==1.17.16",
Expand Down

0 comments on commit 3a492ef

Please sign in to comment.