Skip to content

Commit

Permalink
Merge pull request #83 from pyiron/dependabot/pip/pandas-2.0.3
Browse files Browse the repository at this point in the history
Bump pandas from 2.0.2 to 2.0.3
  • Loading branch information
jan-janssen committed Jul 3, 2023
2 parents 16d8498 + 5d26c31 commit 3c3f926
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 @@ -4,5 +4,5 @@ dependencies:
- coveralls
- coverage
- codacy-coverage
- pandas =2.0.2
- pandas =2.0.3
- scandir =1.10.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
keywords='pyfileindex',
packages=find_packages(exclude=["*tests*", "*binder*", "*notebooks*"]),
install_requires=[
'pandas==2.0.2',
'pandas==2.0.3',
'scandir==1.10.0'
],
cmdclass=versioneer.get_cmdclass(),
Expand Down

0 comments on commit 3c3f926

Please sign in to comment.