Skip to content

Commit

Permalink
Merge pull request #271 from pyiron/dependabot/pip/pandas-2.1.3
Browse files Browse the repository at this point in the history
Bump pandas from 2.1.2 to 2.1.3
  • Loading branch information
jan-janssen authored Nov 18, 2023
2 parents 9c398ca + 37397db commit 1a3e432
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.8
- pyiron_atomistics =0.3.5
- numpy =1.26.0
- pandas =2.1.2
- pandas =2.1.3
- matplotlib-base =3.8.1
- nbconvert =7.11.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.11.0',
'nbformat==5.9.2',
'numpy==1.26.0',
'pandas==2.1.2',
'pandas==2.1.3',
],
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit 1a3e432

Please sign in to comment.