pandas is needed for Table class

This commit is contained in:
Martin Diehl 2019-12-11 08:11:00 +01:00
parent b3639387f0
commit 0b04843c91
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ setuptools.setup(
packages=setuptools.find_packages(),
include_package_data=True,
install_requires = [
"pandas",
"scipy",
"h5py",
"vtk"