Skip to content

Commit

Permalink
Merge pull request #107 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 cc6114b + fc41586 commit 4ae5d72
Show file tree
Hide file tree
Showing 2 changed files with 3 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,5 +3,5 @@ channels:
dependencies:
- coverage
- numpy =1.26.3
- pandas =2.1.4
- pandas =2.2.0
- scandir =1.10.0
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = [
"numpy==1.26.3",
"pandas==2.1.4",
"pandas==2.2.0",
"scandir==1.10.0",
]
dynamic = ["version"]
Expand Down

0 comments on commit 4ae5d72

Please sign in to comment.