Skip to content

Commit

Permalink
Merge pull request #902 from pyiron/dependabot/pip/matplotlib-3.8.1
Browse files Browse the repository at this point in the history
Bump matplotlib from 3.8.0 to 3.8.1
  • Loading branch information
jan-janssen authored Nov 6, 2023
2 parents b34d0aa + 644c4ae commit 23b8c23
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 =3.8.0
- matplotlib =3.8.1
- numpy =1.26.0
- pyiron_base =0.6.8
- pyiron_atomistics =0.3.5
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 =3.8.0
- matplotlib =3.8.1
- numpy =1.26.0
- pyiron_base =0.6.8
- pyiron_atomistics =0.3.5
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- coveralls
- coverage
- codacy-coverage
- matplotlib =3.8.0
- matplotlib =3.8.1
- numpy =1.26.0
- pyiron_base =0.6.8
- pyiron_atomistics =0.3.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
keywords='pyiron',
packages=find_packages(exclude=["*tests*"]),
install_requires=[
'matplotlib==3.8.0',
'matplotlib==3.8.1',
'numpy==1.26.0',
'pyiron_base==0.6.8',
'scipy==1.11.3',
Expand Down

0 comments on commit 23b8c23

Please sign in to comment.