Skip to content

Commit

Permalink
Added Pandas as dependency of spotpy #272
Browse files Browse the repository at this point in the history
  • Loading branch information
thouska committed Sep 6, 2021
1 parent a2f6637 commit 118600d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 118600d

Please sign in to comment.