Skip to content

Commit

Permalink
Merge pull request #287 from pyiron/dependabot/pip/pylammpsmpi-0.2.20
Browse files Browse the repository at this point in the history
Bump pylammpsmpi from 0.2.19 to 0.2.20
  • Loading branch information
jan-janssen authored Jun 27, 2024
2 parents 49410fd + b2f1970 commit bd48f79
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 =2023.11.21
- pandas =2.2.2
- pylammpsmpi =0.2.19
- pylammpsmpi =0.2.20
- 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 @@ -3,7 +3,7 @@ channels:
dependencies:
- lammps =2024.02.07
- pandas =2.2.2
- pylammpsmpi =0.2.19
- pylammpsmpi =0.2.20
- jinja2 =3.1.4
- 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,6 +6,6 @@ dependencies:
- gpaw =24.6.0
- lammps =2024.02.07
- pandas =2.2.2
- pylammpsmpi =0.2.19
- pylammpsmpi =0.2.20
- jinja2 =3.1.4
- 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 @@ -11,7 +11,7 @@ dependencies:
- gpaw =24.6.0
- lammps =2024.02.07
- pandas =2.2.2
- pylammpsmpi =0.2.19
- pylammpsmpi =0.2.20
- jinja2 =3.1.4
- dynaphopy =1.17.15
- tqdm =4.66.4
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.19",
"pylammpsmpi==0.2.20",
"jinja2==3.1.4",
"pandas==2.2.2",
]
lammps_phonons = [
"pylammpsmpi==0.2.19",
"pylammpsmpi==0.2.20",
"jinja2==3.1.4",
"pandas==2.2.2",
"dynaphopy==1.17.15",
Expand Down

0 comments on commit bd48f79

Please sign in to comment.