From 41364af6e2f996da51ca80a22c5a7f75d77b855c Mon Sep 17 00:00:00 2001
From: kohlhaasrebecca <rebecca.kohlhaas@outlook.com>
Date: Thu, 27 Jun 2024 09:39:32 +0200
Subject: [PATCH] Update setup

---
 setup.cfg                               | 2 +-
 src/bayesvalidrox.egg-info/PKG-INFO     | 2 +-
 src/bayesvalidrox.egg-info/requires.txt | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 99cbd861b..190041ecb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,7 +24,7 @@ install_requires =
    joblib==1.1.1
    matplotlib==3.8.0
    seaborn==0.11.1
-   scipy==1.11.1
+   scipy>=1.11.1
    scikit-learn==1.3.1
    tqdm>=4.62.1
    chaospy==4.3.3
diff --git a/src/bayesvalidrox.egg-info/PKG-INFO b/src/bayesvalidrox.egg-info/PKG-INFO
index b3a841952..16b1a8aa8 100644
--- a/src/bayesvalidrox.egg-info/PKG-INFO
+++ b/src/bayesvalidrox.egg-info/PKG-INFO
@@ -15,7 +15,7 @@ Requires-Dist: pandas==1.4.4
 Requires-Dist: joblib==1.1.1
 Requires-Dist: matplotlib==3.8.0
 Requires-Dist: seaborn==0.11.1
-Requires-Dist: scipy==1.11.1
+Requires-Dist: scipy>=1.11.1
 Requires-Dist: scikit-learn==1.3.1
 Requires-Dist: tqdm>=4.62.1
 Requires-Dist: chaospy==4.3.3
diff --git a/src/bayesvalidrox.egg-info/requires.txt b/src/bayesvalidrox.egg-info/requires.txt
index 9f4df2f3e..9cf5381b6 100644
--- a/src/bayesvalidrox.egg-info/requires.txt
+++ b/src/bayesvalidrox.egg-info/requires.txt
@@ -2,7 +2,7 @@ pandas==1.4.4
 joblib==1.1.1
 matplotlib==3.8.0
 seaborn==0.11.1
-scipy==1.11.1
+scipy>=1.11.1
 scikit-learn==1.3.1
 tqdm>=4.62.1
 chaospy==4.3.3
-- 
GitLab