Skip to content

Commit

Permalink
Merge pull request #381 from pyiron/dependabot/pip/matplotlib-3.10.0
Browse files Browse the repository at this point in the history
Bump matplotlib from 3.9.2 to 3.10.0
  • Loading branch information
jan-janssen authored Dec 19, 2024
2 parents f9e33dc + 60ad92b commit 2f7b00f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ dependencies:
- coverage
- codacy-coverage
- ipywidgets =8.1.5
- pyiron_base =0.10.9
- pyiron_atomistics =0.6.18
- pyiron_base =0.10.10
- pyiron_atomistics =0.6.19
- maggma =0.60.2
- numpy =1.26.4
- pandas =2.2.3
- matplotlib-base =3.9.2
- matplotlib-base =3.10.0
- nbconvert =7.16.4
- nbformat =5.10.4
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
keywords='pyiron',
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'pyiron_base==0.10.9',
'pyiron_atomistics==0.6.18',
'pyiron_base==0.10.10',
'pyiron_atomistics==0.6.19',
'ipywidgets==8.1.5',
'matplotlib==3.9.2',
'matplotlib==3.10.0',
'nbconvert==7.16.4',
'nbformat==5.10.4',
'numpy==1.26.4',
Expand Down

0 comments on commit 2f7b00f

Please sign in to comment.