setup: remove unusual Python dependencies

As far as I know these dependencies are only ever required when doing
analysis in ECL. At that point developers should be confident to add
what is required.
This commit is contained in:
Julian Oes
2020-01-15 15:01:27 +01:00
committed by Lorenz Meier
parent fcbf2e8f9e
commit d764cfcb6d
-3
View File
@@ -2,8 +2,6 @@ argparse>=1.2
cerberus
empy>=3.3
jinja2>=2.8
matplotlib
nose
numpy>=1.13
pandas>=0.21
psutil
@@ -14,5 +12,4 @@ pygments
setuptools>=39.2.0
six>=1.12.0
toml>=0.9
tornado
wheel>=0.31.1