Skip to content

Commit

Permalink
Merge pull request #252 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 committed Jan 22, 2024
2 parents ded0d54 + a357f7f commit 3028c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- defusedxml =0.7.1
- coverage
- pandas =2.1.4
- pandas =2.2.0
- pyyaml =6.0.1
- jinja2 =3.1.3
- paramiko =3.4.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
]
dependencies = [
"jinja2==3.1.3",
"pandas==2.1.4",
"pandas==2.2.0",
"pyyaml==6.0.1",
]
dynamic = ["version"]
Expand Down

0 comments on commit 3028c7a

Please sign in to comment.