diff --git a/setup.py b/setup.py index 0ea920a..9a859e1 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() -install_requires = ['qtpy', 'pyqt6', 'numpy (>=1.4.1)', 'numexpr (>=2.0)', +install_requires = ['qtpy', 'numpy (>=1.4.1)', 'numexpr (>=2.0)', 'tables (>=3.0)', 'setuptools'] setup(name='ViTables',