make use of inhereted dependencies

This commit is contained in:
Martin Diehl 2020-08-22 20:57:42 +02:00
parent 9ca0e40966
commit bd4fb562bc
1 changed files with 3 additions and 4 deletions

View File

@ -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",