From bd4fb562bcbc6b983abd17f89d25d6e07559458c Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 22 Aug 2020 20:57:42 +0200 Subject: [PATCH] make use of inhereted dependencies --- python/setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/python/setup.py b/python/setup.py index c13ddbae0..ac2363160 100644 --- a/python/setup.py +++ b/python/setup.py @@ -16,12 +16,11 @@ setuptools.setup( packages=setuptools.find_packages(), include_package_data=True, install_requires = [ - "pandas", + "pandas", # requires numpy "scipy", - "h5py", + "h5py", # requires numpy "vtk", - "matplotlib", - "pillow", + "matplotlib", # requires numpy, pillow ], classifiers = [ "Intended Audience :: Science/Research",