diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 4076ad6..bc57174 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -9,6 +9,6 @@ dependencies: - maggma =0.60.2 - numpy =1.26.4 - pandas =2.2.0 -- matplotlib-base =3.8.2 +- matplotlib-base =3.8.3 - nbconvert =7.16.1 - nbformat =5.9.2 diff --git a/setup.py b/setup.py index ab3d9a5..08e4e0c 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ 'pyiron_base==0.7.7', 'pyiron_atomistics==0.4.17', 'ipywidgets==8.1.2', - 'matplotlib==3.8.2', + 'matplotlib==3.8.3', 'nbconvert==7.16.1', 'nbformat==5.9.2', 'numpy==1.26.4',