Skip to content

Commit

Permalink
Merge pull request #281 from pyiron/dependabot/pip/pandas-2.1.4
Browse files Browse the repository at this point in the history
Bump pandas from 2.1.3 to 2.1.4
  • Loading branch information
jan-janssen authored Dec 19, 2023
2 parents 2576e56 + 13a962b commit f0dbc74
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.6.13
- pyiron_atomistics =0.3.12
- numpy =1.26.2
- pandas =2.1.3
- pandas =2.1.4
- matplotlib-base =3.8.2
- nbconvert =7.13.0
- nbformat =5.9.2
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.13.0',
'nbformat==5.9.2',
'numpy==1.26.2',
'pandas==2.1.3',
'pandas==2.1.4',
],
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit f0dbc74

Please sign in to comment.