Skip to content

Commit

Permalink
Merge pull request #120 from StFroese/undo_change
Browse files Browse the repository at this point in the history
Accidentally dropped pyqt5 support
  • Loading branch information
uvemas authored Jul 20, 2023
2 parents 8701517 + 2058009 commit 5fa0107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5fa0107

Please sign in to comment.