Skip to content

Commit

Permalink
Merge pull request #74 from pyiron/dependabot/pip/pandas-1.2.4
Browse files Browse the repository at this point in the history
Bump pandas from 1.2.3 to 1.2.4
  • Loading branch information
jan-janssen committed Apr 16, 2021
2 parents ead0cb5 + d72c7f3 commit 7f35103
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 =1.2.3
- pandas =1.2.4
- pyyaml =5.4.1
- jinja2 =2.11.3
- paramiko =2.7.2
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 @@
packages=find_packages(exclude=["*tests*"]),
install_requires=['defusedxml==0.7.1',
'jinja2==2.11.3',
'pandas==1.2.3',
'pandas==1.2.4',
'paramiko==2.7.2',
'pyyaml==5.4.1',
'tqdm==4.60.0'],
Expand Down

0 comments on commit 7f35103

Please sign in to comment.