Skip to content

Commit

Permalink
Merge pull request #362 from pyiron/dependabot/pip/pylammpsmpi-0.2.26
Browse files Browse the repository at this point in the history
Bump pylammpsmpi from 0.2.25 to 0.2.26
  • Loading branch information
jan-janssen authored Nov 21, 2024
2 parents c44d55a + 0f37e49 commit cc073ca
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.25
- pylammpsmpi =0.2.26
- jinja2 =3.1.4
- 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.25
- pylammpsmpi =0.2.26
- jinja2 =3.1.4
- 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.25
- pylammpsmpi =0.2.26
- jinja2 =3.1.4
- 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.25
- pylammpsmpi =0.2.26
- jinja2 =3.1.4
- dynaphopy =1.17.16
- tqdm =4.67.0
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.25",
"pylammpsmpi==0.2.26",
"jinja2==3.1.4",
"pandas==2.2.3",
]
lammps_phonons = [
"pylammpsmpi==0.2.25",
"pylammpsmpi==0.2.26",
"jinja2==3.1.4",
"pandas==2.2.3",
"dynaphopy==1.17.16",
Expand Down

0 comments on commit cc073ca

Please sign in to comment.