diff --git a/setup.cfg b/setup.cfg
index b09a32ac89dc7ebcb5d503234d6b656eeb82fc8e..67734b8d3182b6ca93517873ac33a2773504a75a 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 279feebe3b7b4b5a53bdc43208dd65c926f06f2f..29c724d386dfcd60283308d4283491d05f42c1e2 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 344e9840627bb3e5a89593dbd9256472a8ef41d9..1095272eae0e9115435ccb2a9c66f21241477066 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 cc8edb95d2042c4d448c4885919eea0e9406e805..89390c079f8f49927c12ed448b731a56a78520c6 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