Skip to content

Commit

Permalink
Merge pull request #204 from pyiron/dependabot/pip/pylammpsmpi-0.2.12
Browse files Browse the repository at this point in the history
Bump pylammpsmpi from 0.2.11 to 0.2.12
  • Loading branch information
jan-janssen authored Feb 6, 2024
2 parents fabd08a + 650f137 commit 0281e22
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,5 +16,5 @@ dependencies:
- seekpath =2.1.0
- lammps =2023.11.21
- pandas =2.2.0
- pylammpsmpi =0.2.11
- pylammpsmpi =0.2.12
- jinja2 =3.1.3
2 changes: 1 addition & 1 deletion .ci_support/environment-lammps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- lammps =2023.11.21
- pandas =2.2.0
- pylammpsmpi =0.2.11
- pylammpsmpi =0.2.12
- jinja2 =3.1.3
- iprpy-data =2023.07.25
- dynaphopy =1.17.15
2 changes: 1 addition & 1 deletion .ci_support/environment-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- gpaw =24.1.0
- lammps =2023.11.21
- pandas =2.2.0
- pylammpsmpi =0.2.11
- pylammpsmpi =0.2.12
- jinja2 =3.1.3
- iprpy-data =2023.07.25
- dynaphopy =1.17.15
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies:
- gpaw =24.1.0
- lammps =2023.11.21
- pandas =2.2.0
- pylammpsmpi =0.2.11
- pylammpsmpi =0.2.12
- jinja2 =3.1.3
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ gpaw = [
"gpaw==24.1.0",
]
lammps = [
"pylammpsmpi==0.2.11",
"pylammpsmpi==0.2.12",
"jinja2==3.1.3",
"pandas==2.2.0",
]
lammps_phonons = [
"pylammpsmpi==0.2.11",
"pylammpsmpi==0.2.12",
"jinja2==3.1.3",
"pandas==2.2.0",
"dynaphopy==1.17.15",
Expand Down

0 comments on commit 0281e22

Please sign in to comment.