From 0b04843c91efb68d59196f8fcee36b4c512236f8 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Wed, 11 Dec 2019 08:11:00 +0100 Subject: [PATCH] pandas is needed for Table class --- python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/setup.py b/python/setup.py index 515401c59..def343ec1 100644 --- a/python/setup.py +++ b/python/setup.py @@ -15,6 +15,7 @@ setuptools.setup( packages=setuptools.find_packages(), include_package_data=True, install_requires = [ + "pandas", "scipy", "h5py", "vtk"