Skip to content

Commit

Permalink
Merge pull request #1139 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
jan-janssen authored Sep 9, 2024
2 parents c9ec0a9 + 64bcc9e commit 53907ad
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 @@ -5,7 +5,7 @@ dependencies:
- coveralls
- coverage
- codacy-coverage
- matplotlib-base =3.9.1
- matplotlib-base =3.9.2
- numpy =1.26.4
- pyiron_base =0.10.1
- pyiron_atomistics =0.6.12
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- coveralls
- coverage
- codacy-coverage
- matplotlib-base =3.9.1
- matplotlib-base =3.9.2
- numpy =1.26.4
- pyiron_base =0.10.1
- pyiron_atomistics =0.6.12
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- coveralls
- coverage
- codacy-coverage
- matplotlib-base =3.9.1
- matplotlib-base =3.9.2
- numpy =1.26.4
- pyiron_base =0.10.1
- pyiron_atomistics =0.6.12
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
keywords='pyiron',
packages=find_packages(exclude=["*tests*"]),
install_requires=[
'matplotlib==3.9.1',
'matplotlib==3.9.2',
'numpy==1.26.4',
'pyiron_snippets==0.1.3',
'pyiron_base==0.10.1',
Expand Down

0 comments on commit 53907ad

Please sign in to comment.