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 #48 from pyiron/dependabot/pip/numpy-1.21.2
Browse files Browse the repository at this point in the history
Bump numpy from 1.21.1 to 1.21.2
  • Loading branch information
jan-janssen authored Aug 16, 2021
2 parents 6a7fc9f + 212ea40 commit 0b9e0e5
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.21.1
- numpy =1.21.2
- pyiron_atomistics =0.2.22
- scipy =1.7.1
- spglib =1.16.2
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.21.1',
'numpy==1.21.2',
'pyiron_atomistics==0.2.22',
'spglib==1.16.2',
'scipy==1.7.1',
Expand Down

0 comments on commit 0b9e0e5

Please sign in to comment.