Skip to content

Commit

Permalink
Merge pull request #42 from pyiron/dependabot/pip/matplotlib-3.8.3
Browse files Browse the repository at this point in the history
Bump matplotlib from 3.8.2 to 3.8.3
  • Loading branch information
pmrv authored Mar 28, 2024
2 parents 842b0d6 + 8c87bed commit 83c3520
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.2
- matplotlib =3.8.3
- numpy =1.26.4
- pyiron_base =0.7.9
- pyiron_atomistics =0.4.16
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.2
- matplotlib =3.8.3
- numpy =1.26.4
- pyiron_base =0.7.9
- pyiron_atomistics =0.4.16
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- coveralls
- coverage
- codacy-coverage
- matplotlib =3.8.2
- matplotlib =3.8.3
- numpy =1.26.4
- pyiron_base =0.7.9
- pyiron_atomistics =0.4.16
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 @@
install_requires=[
'ase==3.22.1',
'pyiron_atomistics==0.4.16',
'matplotlib==3.8.2',
'matplotlib==3.8.3',
'numpy==1.26.4',
'pyiron_base==0.7.9',
'scipy==1.11.4',
Expand Down

0 comments on commit 83c3520

Please sign in to comment.