Skip to content

Commit

Permalink
Merge pull request #341 from pyiron/dependabot/pip/pandas-2.2.3
Browse files Browse the repository at this point in the history
Bump pandas from 2.2.2 to 2.2.3
  • Loading branch information
jan-janssen authored Sep 21, 2024
2 parents 5d9404d + 4944787 commit 9323f2a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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,7 +15,7 @@ dependencies:
- structuretoolkit =0.0.28
- seekpath =2.1.0
- lammps =2024.06.27
- pandas =2.2.2
- pandas =2.2.3
- pylammpsmpi =0.2.25
- 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.06.27=*openmpi*
- openmpi =4.1.6
- pandas =2.2.2
- pandas =2.2.3
- pylammpsmpi =0.2.25
- jinja2 =3.1.4
- 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.6.0
- lammps =2024.06.27
- pandas =2.2.2
- pandas =2.2.3
- pylammpsmpi =0.2.25
- jinja2 =3.1.4
- dynaphopy =1.17.16
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- lxml =5.3.0
- mendeleev =0.17.0
- numpy =1.26.4
- pandas =2.2.2
- pandas =2.2.3
- phonopy =2.26.6
- requests =2.32.3
- scipy =1.14.1
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- seekpath =2.1.0
- gpaw =24.6.0
- lammps =2024.06.27
- pandas =2.2.2
- pandas =2.2.3
- pylammpsmpi =0.2.25
- jinja2 =3.1.4
- dynaphopy =1.17.16
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ gpaw = [
lammps = [
"pylammpsmpi==0.2.25",
"jinja2==3.1.4",
"pandas==2.2.2",
"pandas==2.2.3",
]
lammps_phonons = [
"pylammpsmpi==0.2.25",
"jinja2==3.1.4",
"pandas==2.2.2",
"pandas==2.2.3",
"dynaphopy==1.17.16",
]
experimental = [
"lxml==5.3.0",
"mendeleev==0.17.0",
"pandas==2.2.2",
"pandas==2.2.3",
"requests==2.32.3",
]
qe = [
Expand Down

0 comments on commit 9323f2a

Please sign in to comment.