Skip to content

Commit

Permalink
Merge pull request #89 from pyiron/dependabot/pip/pandas-2.1.2
Browse files Browse the repository at this point in the history
Bump pandas from 2.1.1 to 2.1.2
  • Loading branch information
jan-janssen committed Oct 30, 2023
2 parents 9e6e192 + ec10b81 commit bf70212
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 @@ -2,5 +2,5 @@ channels:
- conda-forge
dependencies:
- coverage
- pandas =2.1.1
- pandas =2.1.2
- 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.1.1',
'pandas==2.1.2',
'scandir==1.10.0'
],
cmdclass=versioneer.get_cmdclass(),
Expand Down

0 comments on commit bf70212

Please sign in to comment.