diff --git a/setup.cfg b/setup.cfg index 99cbd861b40502708c8c0d46cc9811478dbade10..190041ecb6ecb7d62ed9484349a0b500209d71c5 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 b3a8419522de12a87f7ce2f00c4f87010f777dbf..16b1a8aa892e22198439fe5b88bee13ace1316e7 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 9f4df2f3ea42abd9544b518e856bc7cdcc281cf7..9cf5381b66a5523f9c97b1e64570f7e91ed51922 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