Skip to content

Commit

Permalink
Merge pull request #780 from pyiron/dependabot/pip/scipy-1.11.1
Browse files Browse the repository at this point in the history
Bump scipy from 1.10.1 to 1.11.1
  • Loading branch information
jan-janssen authored Aug 2, 2023
2 parents 9d973be + 29c3780 commit 1f99d24
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- pyiron_base =0.6.3
- pyiron_atomistics =0.3.0
- pyparsing =3.0.9
- scipy =1.10.1
- scipy =1.11.1
- seaborn =0.12.2
- scikit-image =0.21.0
- randspg =0.0.1
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- pyiron_base =0.6.3
- pyiron_atomistics =0.3.0
- pyparsing =3.0.9
- scipy =1.10.1
- scipy =1.11.1
- seaborn =0.12.2
- scikit-image =0.21.0
- randspg =0.0.1
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- pyiron_base =0.6.3
- pyiron_atomistics =0.3.0
- pyparsing =3.0.9
- scipy =1.10.1
- scipy =1.11.1
- seaborn =0.12.2
- scikit-image =0.21.0
- randspg =0.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'matplotlib==3.7.2',
'numpy==1.24.3',
'pyiron_base==0.6.3',
'scipy==1.10.1',
'scipy==1.11.1',
'seaborn==0.12.2',
'pyparsing==3.0.9',
],
Expand Down

0 comments on commit 1f99d24

Please sign in to comment.