Skip to content

Commit

Permalink
Merge pull request #218 from pyiron/dependabot/pip/numpy-1.24.3
Browse files Browse the repository at this point in the history
Bump numpy from 1.24.2 to 1.24.3
  • Loading branch information
jan-janssen authored Apr 25, 2023
2 parents 1e0eabc + fb97963 commit acd8974
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 @@ -7,7 +7,7 @@ dependencies:
- ipywidgets =8.0.6
- pyiron_base =0.5.35
- pyiron_atomistics =0.2.65
- numpy =1.24.2
- numpy =1.24.3
- pandas =2.0.1
- matplotlib-base =3.7.1
- nbconvert =7.3.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
'matplotlib==3.7.1',
'nbconvert==7.3.1',
'nbformat==5.8.0',
'numpy==1.24.2',
'numpy==1.24.3',
'pandas==2.0.1',
],
cmdclass=versioneer.get_cmdclass(),
Expand Down

0 comments on commit acd8974

Please sign in to comment.