Skip to content

Commit

Permalink
Merge pull request #22 from pyiron/dependabot/pip/pandas-1.2.1
Browse files Browse the repository at this point in the history
Bump pandas from 0.24.2 to 1.2.1
  • Loading branch information
jan-janssen committed Jan 31, 2021
2 parents e1af37c + 919da5b commit 783a15e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 >=0.24.2
- pandas >=1.2.1
- scandir >=1.10.0
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
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==0.24.2',
'pandas==1.2.1',
'scandir==1.10.0'
],
cmdclass=versioneer.get_cmdclass(),
Expand Down

0 comments on commit 783a15e

Please sign in to comment.