Skip to content

Commit

Permalink
Merge pull request #226 from pyiron/dependabot/pip/pandas-2.0.2
Browse files Browse the repository at this point in the history
Bump pandas from 2.0.1 to 2.0.2
  • Loading branch information
jan-janssen authored May 30, 2023
2 parents ce36b8a + 9fa9831 commit cf52bef
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.38
- pyiron_atomistics =0.2.67
- numpy =1.24.3
- pandas =2.0.1
- pandas =2.0.2
- matplotlib-base =3.7.1
- nbconvert =7.4.0
- 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.4.0',
'nbformat==5.8.0',
'numpy==1.24.3',
'pandas==2.0.1',
'pandas==2.0.2',
],
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit cf52bef

Please sign in to comment.