diff --git a/setup.py b/setup.py index 86d270ba..e57681a6 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ keywords='pyiron', packages=find_packages(exclude=["*tests*"]), install_requires=[ - 'matplotlib==3.8.3', + 'matplotlib==3.8.4', 'numpy==1.26.4', 'pyiron_base==0.8.1', 'scipy==1.12.0',