From 118600d814d4f29f0274e5fc3ad4918ac322580a Mon Sep 17 00:00:00 2001 From: thouska Date: Mon, 6 Sep 2021 14:06:54 +0200 Subject: [PATCH] Added Pandas as dependency of spotpy #272 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5dcda235..df4c4eea 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ url = 'https://spotpy.readthedocs.io/en/latest/', license = 'MIT', install_requires=[ - 'scipy'], + 'scipy', 'pandas'], packages=find_packages(exclude=["tests*", "docs*"]), use_2to3 = True, keywords = 'Monte Carlo, MCMC, MLE, SCE-UA, Simulated Annealing, DE-MCz, DREAM, ROPE, Artifical Bee Colony, DDS, PA-DDS, NSGAii, Uncertainty, Calibration, Model, Signatures',