Skip to content

Commit

Permalink
Merge pull request #220 from pyiron/dependabot/pip/pandas-2.2.1
Browse files Browse the repository at this point in the history
Bump pandas from 2.2.0 to 2.2.1
  • Loading branch information
jan-janssen authored Feb 23, 2024
2 parents 81409d6 + 8439a8d commit e4717b7
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 @@ -15,6 +15,6 @@ dependencies:
- structuretoolkit =0.0.21
- seekpath =2.1.0
- lammps =2023.11.21
- pandas =2.2.0
- pandas =2.2.1
- pylammpsmpi =0.2.14
- 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 @@ -2,7 +2,7 @@ channels:
- conda-forge
dependencies:
- lammps =2023.11.21
- pandas =2.2.0
- pandas =2.2.1
- pylammpsmpi =0.2.14
- jinja2 =3.1.3
- iprpy-data =2023.07.25
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- papermill
- gpaw =24.1.0
- lammps =2023.11.21
- pandas =2.2.0
- pandas =2.2.1
- pylammpsmpi =0.2.14
- jinja2 =3.1.3
- iprpy-data =2023.07.25
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ dependencies:
- seekpath =2.1.0
- gpaw =24.1.0
- lammps =2023.11.21
- pandas =2.2.0
- pandas =2.2.1
- pylammpsmpi =0.2.14
- jinja2 =3.1.3
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ gpaw = [
lammps = [
"pylammpsmpi==0.2.14",
"jinja2==3.1.3",
"pandas==2.2.0",
"pandas==2.2.1",
]
lammps_phonons = [
"pylammpsmpi==0.2.14",
"jinja2==3.1.3",
"pandas==2.2.0",
"pandas==2.2.1",
"dynaphopy==1.17.15",
]
qe = [
Expand Down

0 comments on commit e4717b7

Please sign in to comment.