From 6b5a18e28d54f8f50a35523b80aa11bd80bf63df Mon Sep 17 00:00:00 2001
From: kohlhaasrebecca <rebecca.kohlhaas@outlook.com>
Date: Mon, 29 Jan 2024 12:03:11 +0100
Subject: [PATCH] Update to py3.10 and add missing requirements

---
 setup.cfg                               | 17 +++++++++--------
 src/bayesvalidrox.egg-info/PKG-INFO     | 17 +++++++++--------
 src/bayesvalidrox.egg-info/SOURCES.txt  |  1 -
 src/bayesvalidrox.egg-info/requires.txt | 17 +++++++++--------
 4 files changed, 27 insertions(+), 25 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index af5fbbda3..1a8c8cd25 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,19 +20,20 @@ package_dir =
 packages = find:
 python_requires = >=3.8
 install_requires =
-   numpy==1.23.3
-   pandas==1.2.4
-   joblib==1.2.0
-   matplotlib==3.4.2
+   pandas==1.4.4
+   joblib==1.1.1
+   matplotlib==3.8.0
    seaborn==0.11.1
-   scipy==1.11.1
-   scikit-learn==1.3.0
+   scipy==1.7.3
+   scikit-learn==1.3.1
    tqdm==4.61.1
    chaospy==4.3.3
    emcee==3.0.2
    corner==2.2.1
-   h5py==3.8.0
-   statsmodels==0.14
+   h5py==3.9.0
+   statsmodels==0.13.2
+   multiprocess==0.70.16
+   umbridge==1.2.4
 [options.packages.find]
 where = src
 
diff --git a/src/bayesvalidrox.egg-info/PKG-INFO b/src/bayesvalidrox.egg-info/PKG-INFO
index 0d570efc3..dc88c8335 100644
--- a/src/bayesvalidrox.egg-info/PKG-INFO
+++ b/src/bayesvalidrox.egg-info/PKG-INFO
@@ -11,19 +11,20 @@ Classifier: Operating System :: OS Independent
 Requires-Python: >=3.8
 Description-Content-Type: text/markdown
 License-File: LICENCE.md
-Requires-Dist: numpy==1.23.3
-Requires-Dist: pandas==1.2.4
-Requires-Dist: joblib==1.2.0
-Requires-Dist: matplotlib==3.4.2
+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: scikit-learn==1.3.0
+Requires-Dist: scipy==1.7.3
+Requires-Dist: scikit-learn==1.3.1
 Requires-Dist: tqdm==4.61.1
 Requires-Dist: chaospy==4.3.3
 Requires-Dist: emcee==3.0.2
 Requires-Dist: corner==2.2.1
-Requires-Dist: h5py==3.8.0
-Requires-Dist: statsmodels==0.14
+Requires-Dist: h5py==3.9.0
+Requires-Dist: statsmodels==0.13.2
+Requires-Dist: multiprocess==0.70.16
+Requires-Dist: umbridge==1.2.4
 
 # BayesValidRox
 
diff --git a/src/bayesvalidrox.egg-info/SOURCES.txt b/src/bayesvalidrox.egg-info/SOURCES.txt
index be2f4cde5..d6619704e 100644
--- a/src/bayesvalidrox.egg-info/SOURCES.txt
+++ b/src/bayesvalidrox.egg-info/SOURCES.txt
@@ -32,7 +32,6 @@ src/bayesvalidrox/surrogate_models/inputs.py
 src/bayesvalidrox/surrogate_models/orthogonal_matching_pursuit.py
 src/bayesvalidrox/surrogate_models/reg_fast_ard.py
 src/bayesvalidrox/surrogate_models/reg_fast_laplace.py
-src/bayesvalidrox/surrogate_models/sequential_design.py
 src/bayesvalidrox/surrogate_models/surrogate_models.py
 tests/test_Discrepancy.py
 tests/test_ExpDesign.py
diff --git a/src/bayesvalidrox.egg-info/requires.txt b/src/bayesvalidrox.egg-info/requires.txt
index 9aad4b04a..cc8edb95d 100644
--- a/src/bayesvalidrox.egg-info/requires.txt
+++ b/src/bayesvalidrox.egg-info/requires.txt
@@ -1,13 +1,14 @@
-numpy==1.23.3
-pandas==1.2.4
-joblib==1.2.0
-matplotlib==3.4.2
+pandas==1.4.4
+joblib==1.1.1
+matplotlib==3.8.0
 seaborn==0.11.1
-scipy==1.11.1
-scikit-learn==1.3.0
+scipy==1.7.3
+scikit-learn==1.3.1
 tqdm==4.61.1
 chaospy==4.3.3
 emcee==3.0.2
 corner==2.2.1
-h5py==3.8.0
-statsmodels==0.14
+h5py==3.9.0
+statsmodels==0.13.2
+multiprocess==0.70.16
+umbridge==1.2.4
-- 
GitLab