Skip to content

Commit

Permalink
Merge pull request #220 from pyiron/dependabot/pip/pandas-2.0.1
Browse files Browse the repository at this point in the history
Bump pandas from 2.0.0 to 2.0.1
  • Loading branch information
jan-janssen committed Apr 25, 2023
2 parents 57d610f + dd2e400 commit 1e0eabc
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 @@ -8,7 +8,7 @@ dependencies:
- pyiron_base =0.5.35
- pyiron_atomistics =0.2.65
- numpy =1.24.2
- pandas =2.0.0
- pandas =2.0.1
- matplotlib-base =3.7.1
- nbconvert =7.3.1
- nbformat =5.8.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'nbconvert==7.3.1',
'nbformat==5.8.0',
'numpy==1.24.2',
'pandas==2.0.0',
'pandas==2.0.1',
],
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit 1e0eabc

Please sign in to comment.