Skip to content

Commit

Permalink
Merge pull request #532 from pyiron/dependabot/pip/numpy-1.23.5
Browse files Browse the repository at this point in the history
Bump numpy from 1.23.4 to 1.23.5
  • Loading branch information
jan-janssen authored Dec 5, 2022
2 parents a585a86 + 92fe623 commit fc97fae
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 @@ -6,7 +6,7 @@ dependencies:
- coverage
- codacy-coverage
- matplotlib =3.6.2
- numpy =1.23.4
- numpy =1.23.5
- pyiron_base =0.5.26
- pyiron_atomistics =0.2.58
- pyparsing =3.0.9
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*"]),
install_requires=[
'matplotlib==3.6.2',
'numpy==1.23.4',
'numpy==1.23.5',
'pyiron_base==0.5.26',
'scipy==1.9.3',
'seaborn==0.12.0',
Expand Down

0 comments on commit fc97fae

Please sign in to comment.