Skip to content

Commit

Permalink
Merge pull request #194 from pyiron/pandas
Browse files Browse the repository at this point in the history
Update pandas to 2.2.0
  • Loading branch information
jan-janssen authored Jan 22, 2024
2 parents 75f8b1a + 27a02f1 commit 963521b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencies:
- structuretoolkit =0.0.17
- seekpath =2.1.0
- lammps =2023.08.02
- pandas =2.1.4
- pandas =2.2.0
- pylammpsmpi =0.2.11
- 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.08.02
- pandas =2.1.4
- pandas =2.2.0
- pylammpsmpi =0.2.11
- 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.08.02
- pandas =2.1.4
- pandas =2.2.0
- pylammpsmpi =0.2.11
- jinja2 =3.1.3
- iprpy-data =2023.07.25
Expand Down
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.11",
"jinja2==3.1.3",
"pandas==2.1.4",
"pandas==2.2.0",
]
lammps_phonons = [
"pylammpsmpi==0.2.11",
"jinja2==3.1.3",
"pandas==2.1.4",
"pandas==2.2.0",
"dynaphopy==1.17.15",
]
qe = [
Expand Down

0 comments on commit 963521b

Please sign in to comment.