From 86460fe720045e1e0adb46b173ec3cdc0951b19f Mon Sep 17 00:00:00 2001 From: kohlhaasrebecca <rebecca.kohlhaas@outlook.com> Date: Thu, 27 Jun 2024 09:31:44 +0200 Subject: [PATCH] Updated imports and built package --- setup.cfg | 3 ++- src/bayesvalidrox.egg-info/PKG-INFO | 3 ++- src/bayesvalidrox.egg-info/requires.txt | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 67734b8d3..99cbd861b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,13 +26,14 @@ install_requires = seaborn==0.11.1 scipy==1.11.1 scikit-learn==1.3.1 - tqdm==4.62.1 + tqdm>=4.62.1 chaospy==4.3.3 emcee==3.0.2 corner==2.2.1 h5py==3.9.0 statsmodels==0.14.2 multiprocess==0.70.16 + datasets==2.20.0 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 29c724d38..b3a841952 100644 --- a/src/bayesvalidrox.egg-info/PKG-INFO +++ b/src/bayesvalidrox.egg-info/PKG-INFO @@ -17,13 +17,14 @@ Requires-Dist: matplotlib==3.8.0 Requires-Dist: seaborn==0.11.1 Requires-Dist: scipy==1.11.1 Requires-Dist: scikit-learn==1.3.1 -Requires-Dist: tqdm==4.61.1 +Requires-Dist: tqdm>=4.62.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.14.2 Requires-Dist: multiprocess==0.70.16 +Requires-Dist: datasets==2.20.0 Requires-Dist: umbridge==1.2.4 # BayesValidRox diff --git a/src/bayesvalidrox.egg-info/requires.txt b/src/bayesvalidrox.egg-info/requires.txt index 89390c079..9f4df2f3e 100644 --- a/src/bayesvalidrox.egg-info/requires.txt +++ b/src/bayesvalidrox.egg-info/requires.txt @@ -4,11 +4,12 @@ matplotlib==3.8.0 seaborn==0.11.1 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.14.2 multiprocess==0.70.16 +datasets==2.20.0 umbridge==1.2.4 -- GitLab