Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #353 from pyiron/dependabot/pip/matplotlib-3.9.2
Browse files Browse the repository at this point in the history
Bump matplotlib from 3.9.1 to 3.9.2
  • Loading branch information
samwaseda authored Aug 24, 2024
2 parents fc033da + 23d9214 commit 4967588
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-notebooks-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- damask-grid =3.0.0b
- damask-mesh =3.0.0b
- k3d
- matplotlib =3.9.1
- matplotlib =3.9.2
- numpy =1.26.4
- pyiron_base =0.9.12
- pyiron_snippets =0.1.3
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment-pypi-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
- coveralls
- coverage
- codacy-coverage
- matplotlib =3.9.1
- matplotlib =3.9.2
- numpy =1.26.4
- pyiron_base =0.9.12
- pyiron_snippets =0.1.3
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 @@
keywords='pyiron',
packages=find_packages(exclude=["*tests*"]),
install_requires=[
'matplotlib==3.9.1',
'matplotlib==3.9.2',
'numpy==1.26.4',
'pyiron_base==0.9.12',
'pyiron_snippets==0.1.3',
Expand Down

0 comments on commit 4967588

Please sign in to comment.