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(), packages=setuptools.find_packages(),
include_package_data=True, include_package_data=True,
install_requires = [ install_requires = [
"pandas", "pandas", # requires numpy
"scipy", "scipy",
"h5py", "h5py", # requires numpy
"vtk", "vtk",
"matplotlib", "matplotlib", # requires numpy, pillow
"pillow",
], ],
classifiers = [ classifiers = [
"Intended Audience :: Science/Research", "Intended Audience :: Science/Research",