Skip to content

Commit

Permalink
Merge pull request #53 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 Feb 1, 2021
2 parents 5de647a + 911417f commit fb7fadc
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 @@ -5,7 +5,7 @@ dependencies:
- coveralls
- coverage
- codacy-coverage
- pandas >=0.24.2
- pandas >=1.2.1
- pyyaml >=5.4.1
- jinja2 >=2.11.2
- paramiko >=2.4.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
packages=find_packages(exclude=["*tests*"]),
install_requires=['defusedxml==0.6.0',
'jinja2==2.11.2',
'pandas==0.24.2',
'pandas==1.2.1',
'paramiko==2.4.2',
'pyyaml==5.4.1',
'tqdm==4.56.0'],
Expand Down

0 comments on commit fb7fadc

Please sign in to comment.