Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #27 from pyiron/dependabot/pip/numpy-1.20.3
Browse files Browse the repository at this point in the history
Bump numpy from 1.20.2 to 1.20.3
  • Loading branch information
jan-janssen authored May 20, 2021
2 parents a6b5a0e + b35b474 commit 22babea
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:
- coverage
- codacy-coverage
- molmod =1.4.8
- numpy =1.20.2
- numpy =1.20.3
- pyiron_atomistics =0.2.12
- scipy =1.6.3
- spglib =1.16.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'molmod==1.4.8',
'numpy==1.20.2',
'numpy==1.20.3',
'pyiron_atomistics==0.2.12',
'spglib==1.16.1',
'scipy==1.6.3',
Expand Down

0 comments on commit 22babea

Please sign in to comment.