Skip to content

Commit

Permalink
Merge pull request #839 from pyiron/dependabot/pip/pandas-1.4.4
Browse files Browse the repository at this point in the history
Bump pandas from 1.4.3 to 1.4.4
  • Loading branch information
niklassiemer authored Sep 5, 2022
2 parents ef3c6f1 + 64f2206 commit e9f85b9
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 @@ -10,7 +10,7 @@ dependencies:
- h5io =0.1.7
- h5py =3.7.0
- numpy =1.23.2
- pandas =1.4.3
- pandas =1.4.4
- pathlib2 =2.3.7.post1
- pint =0.19.2
- psutil =5.9.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'h5io==0.1.7',
'h5py==3.7.0',
'numpy==1.23.2',
'pandas==1.4.3',
'pandas==1.4.4',
'pathlib2==2.3.7.post1',
'pint==0.19.2',
'psutil==5.9.1',
Expand Down

0 comments on commit e9f85b9

Please sign in to comment.