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 #70 from pyiron/dependabot/pip/numpy-1.22.1
Browse files Browse the repository at this point in the history
Bump numpy from 1.22.0 to 1.22.1
  • Loading branch information
jan-janssen authored Jan 24, 2022
2 parents f8c40ae + ae7d809 commit 04dd169
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.22.0
- numpy =1.22.1
- pyiron_atomistics =0.2.35
- scipy =1.7.3
- spglib =1.16.3
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.22.0',
'numpy==1.22.1',
'pyiron_atomistics==0.2.35',
'spglib==1.16.3',
'scipy==1.7.3',
Expand Down

0 comments on commit 04dd169

Please sign in to comment.