diff --git a/setup.py b/setup.py index 7ec6689ba..381f27261 100644 --- a/setup.py +++ b/setup.py @@ -32,8 +32,8 @@ install_requires=[ 'matplotlib==3.8.2', 'numpy==1.26.3', - 'pyiron_base==0.6.22', - 'scipy==1.11.4', + 'pyiron_base==0.7.2', + 'scipy==1.12.0', 'seaborn==0.13.2', 'pyparsing==3.1.1', ],