From 1d591938c34e7ce70d707cade1836c97fcc2c3c6 Mon Sep 17 00:00:00 2001
From: kohlhaasrebecca <rebecca.kohlhaas@outlook.com>
Date: Thu, 27 Jun 2024 09:22:08 +0200
Subject: [PATCH] Improved requirements.txt

Changed scipy, tqdm, statsmodels
---
 setup.cfg                               | 6 +++---
 src/bayesvalidrox.egg-info/PKG-INFO     | 4 ++--
 src/bayesvalidrox.egg-info/SOURCES.txt  | 5 +++--
 src/bayesvalidrox.egg-info/requires.txt | 4 ++--
 4 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index b09a32ac8..67734b8d3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,14 +24,14 @@ install_requires =
    joblib==1.1.1
    matplotlib==3.8.0
    seaborn==0.11.1
-   scipy==1.7.3
+   scipy==1.11.1
    scikit-learn==1.3.1
-   tqdm==4.61.1
+   tqdm==4.62.1
    chaospy==4.3.3
    emcee==3.0.2
    corner==2.2.1
    h5py==3.9.0
-   statsmodels==0.13.2
+   statsmodels==0.14.2
    multiprocess==0.70.16
    umbridge==1.2.4
 [options.packages.find]
diff --git a/src/bayesvalidrox.egg-info/PKG-INFO b/src/bayesvalidrox.egg-info/PKG-INFO
index 279feebe3..29c724d38 100644
--- a/src/bayesvalidrox.egg-info/PKG-INFO
+++ b/src/bayesvalidrox.egg-info/PKG-INFO
@@ -15,14 +15,14 @@ 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.7.3
+Requires-Dist: scipy==1.11.1
 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.9.0
-Requires-Dist: statsmodels==0.13.2
+Requires-Dist: statsmodels==0.14.2
 Requires-Dist: multiprocess==0.70.16
 Requires-Dist: umbridge==1.2.4
 
diff --git a/src/bayesvalidrox.egg-info/SOURCES.txt b/src/bayesvalidrox.egg-info/SOURCES.txt
index 344e98406..1095272ea 100644
--- a/src/bayesvalidrox.egg-info/SOURCES.txt
+++ b/src/bayesvalidrox.egg-info/SOURCES.txt
@@ -29,17 +29,18 @@ src/bayesvalidrox/surrogate_models/exploration.py
 src/bayesvalidrox/surrogate_models/glexindex.py
 src/bayesvalidrox/surrogate_models/input_space.py
 src/bayesvalidrox/surrogate_models/inputs.py
-src/bayesvalidrox/surrogate_models/meta_model_engine.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_BayesInference.py
 tests/test_BayesModelComparison.py
 tests/test_Discrepancy.py
+tests/test_Engine.py
 tests/test_ExpDesign.py
 tests/test_Input.py
 tests/test_InputSpace.py
+tests/test_MCMC.py
 tests/test_MetaModel.py
 tests/test_engine.py
 tests/test_polyconst.py
diff --git a/src/bayesvalidrox.egg-info/requires.txt b/src/bayesvalidrox.egg-info/requires.txt
index cc8edb95d..89390c079 100644
--- a/src/bayesvalidrox.egg-info/requires.txt
+++ b/src/bayesvalidrox.egg-info/requires.txt
@@ -2,13 +2,13 @@ pandas==1.4.4
 joblib==1.1.1
 matplotlib==3.8.0
 seaborn==0.11.1
-scipy==1.7.3
+scipy==1.11.1
 scikit-learn==1.3.1
 tqdm==4.61.1
 chaospy==4.3.3
 emcee==3.0.2
 corner==2.2.1
 h5py==3.9.0
-statsmodels==0.13.2
+statsmodels==0.14.2
 multiprocess==0.70.16
 umbridge==1.2.4
-- 
GitLab