Skip to content

Commit

Permalink
Merge pull request #947 from pyiron/dependabot/pip/seaborn-0.13.1
Browse files Browse the repository at this point in the history
Bump seaborn from 0.13.0 to 0.13.1
  • Loading branch information
jan-janssen authored Jan 3, 2024
2 parents 1de40f1 + 526682d commit 2003433
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 @@ -11,7 +11,7 @@ dependencies:
- pyiron_atomistics =0.4.1
- pyparsing =3.1.1
- scipy =1.11.4
- seaborn =0.13.0
- seaborn =0.13.1
- scikit-image =0.22.0
- randspg =0.0.1
- boto3 =1.34.11
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- pyiron_atomistics =0.4.1
- pyparsing =3.1.1
- scipy =1.11.4
- seaborn =0.13.0
- seaborn =0.13.1
- scikit-image =0.22.0
- randspg =0.0.1
- boto3 =1.34.11
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- pyiron_atomistics =0.4.1
- pyparsing =3.1.1
- scipy =1.11.4
- seaborn =0.13.0
- seaborn =0.13.1
- scikit-image =0.22.0
- randspg =0.0.1
- boto3 =1.34.11
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'numpy==1.26.2',
'pyiron_base==0.6.14',
'scipy==1.11.4',
'seaborn==0.13.0',
'seaborn==0.13.1',
'pyparsing==3.1.1',
],
extras_require={
Expand Down

0 comments on commit 2003433

Please sign in to comment.