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 #105 from pyiron/dependabot/pip/numpy-1.23.3
Browse files Browse the repository at this point in the history
Bump numpy from 1.23.2 to 1.23.3
  • Loading branch information
jan-janssen authored Sep 18, 2022
2 parents 156cf83 + 5d04560 commit 20073e1
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.23.2
- numpy =1.23.3
- pyiron_atomistics =0.2.51
- scipy =1.8.1
- spglib =2.0.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.23.2',
'numpy==1.23.3',
'pyiron_atomistics==0.2.51',
'spglib==2.0.1',
'scipy==1.8.1',
Expand Down

0 comments on commit 20073e1

Please sign in to comment.