From 20580096ab8de8b83ee729ec0e025f6a9f4bcfaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6se?= Date: Fri, 14 Jul 2023 15:42:03 +0200 Subject: [PATCH] undo change --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',