Skip to content

Commit

Permalink
Merge pull request #275 from pyiron/dependabot/pip/matplotlib-3.8.2
Browse files Browse the repository at this point in the history
Bump matplotlib from 3.8.1 to 3.8.2
  • Loading branch information
jan-janssen authored Nov 23, 2023
2 parents 3b4bf85 + 9155f8d commit 0cf9855
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ dependencies:
- codacy-coverage
- ipywidgets =8.1.1
- pyiron_base =0.6.9
- pyiron_atomistics =0.3.6
- pyiron_atomistics =0.3.7
- numpy =1.26.0
- pandas =2.1.3
- matplotlib-base =3.8.1
- matplotlib-base =3.8.2
- nbconvert =7.11.0
- nbformat =5.9.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'pyiron_base==0.6.9',
'pyiron_atomistics==0.3.6',
'pyiron_atomistics==0.3.7',
'ipywidgets==8.1.1',
'matplotlib==3.8.1',
'matplotlib==3.8.2',
'nbconvert==7.11.0',
'nbformat==5.9.2',
'numpy==1.26.0',
Expand Down

0 comments on commit 0cf9855

Please sign in to comment.