thouska / spotpy

A Statistical Parameter Optimization Tool
https://spotpy.readthedocs.io/en/latest/
MIT License
248 stars 150 forks source link

pandas not listed as required dependency #272

Closed arthur-e closed 3 years ago

arthur-e commented 3 years ago

I was dismayed to discover, after a long-running sampling, that pandas is a required dependency for spotpy.analyser.plot_parameterInteraction(). This should be listed in the setup.cfg or setup.py files so that it is installed when spotpy is installed.

Traceback (most recent call last):
...
  File "/home/arthur.endsley/python-env/smap-l4c/lib/python3.7/site-packages/spotpy/analyser.py", line 939, in plot_parameterInteraction
    import pandas as pd
ModuleNotFoundError: No module named 'pandas'
thouska commented 3 years ago

Added as proposed