From 7fa4caacfd2b54d22269831887f5c587db41f277 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 3 Feb 2024 04:49:29 +0100 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', ],