Skip to content
Snippets Groups Projects
Commit 86460fe7 authored by kohlhaasrebecca's avatar kohlhaasrebecca
Browse files

Updated imports and built package

parent af051298
No related branches found
No related tags found
1 merge request!29Preparation for release 1.1.0: fixes and test for pages
...@@ -26,13 +26,14 @@ install_requires = ...@@ -26,13 +26,14 @@ install_requires =
seaborn==0.11.1 seaborn==0.11.1
scipy==1.11.1 scipy==1.11.1
scikit-learn==1.3.1 scikit-learn==1.3.1
tqdm==4.62.1 tqdm>=4.62.1
chaospy==4.3.3 chaospy==4.3.3
emcee==3.0.2 emcee==3.0.2
corner==2.2.1 corner==2.2.1
h5py==3.9.0 h5py==3.9.0
statsmodels==0.14.2 statsmodels==0.14.2
multiprocess==0.70.16 multiprocess==0.70.16
datasets==2.20.0
umbridge==1.2.4 umbridge==1.2.4
[options.packages.find] [options.packages.find]
where = src where = src
......
...@@ -17,13 +17,14 @@ Requires-Dist: matplotlib==3.8.0 ...@@ -17,13 +17,14 @@ Requires-Dist: matplotlib==3.8.0
Requires-Dist: seaborn==0.11.1 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: 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: chaospy==4.3.3
Requires-Dist: emcee==3.0.2 Requires-Dist: emcee==3.0.2
Requires-Dist: corner==2.2.1 Requires-Dist: corner==2.2.1
Requires-Dist: h5py==3.9.0 Requires-Dist: h5py==3.9.0
Requires-Dist: statsmodels==0.14.2 Requires-Dist: statsmodels==0.14.2
Requires-Dist: multiprocess==0.70.16 Requires-Dist: multiprocess==0.70.16
Requires-Dist: datasets==2.20.0
Requires-Dist: umbridge==1.2.4 Requires-Dist: umbridge==1.2.4
# BayesValidRox # BayesValidRox
......
...@@ -4,11 +4,12 @@ matplotlib==3.8.0 ...@@ -4,11 +4,12 @@ matplotlib==3.8.0
seaborn==0.11.1 seaborn==0.11.1
scipy==1.11.1 scipy==1.11.1
scikit-learn==1.3.1 scikit-learn==1.3.1
tqdm==4.61.1 tqdm>=4.62.1
chaospy==4.3.3 chaospy==4.3.3
emcee==3.0.2 emcee==3.0.2
corner==2.2.1 corner==2.2.1
h5py==3.9.0 h5py==3.9.0
statsmodels==0.14.2 statsmodels==0.14.2
multiprocess==0.70.16 multiprocess==0.70.16
datasets==2.20.0
umbridge==1.2.4 umbridge==1.2.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment