Skip to content

Commit

Permalink
pyqt6 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Dec 2, 2023
1 parent 4aece33 commit c2b6472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/surface/gui/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
(os.path.join('share', package_name, 'launch'),
glob('launch/*launch.[pxy][yma]*'))
],
install_requires=['setuptools', 'pyqt6', 'pyqtdarktheme', 'opencv-python>=4.8.1',
install_requires=['setuptools', 'pyqt6==6.5.3', 'pyqtdarktheme', 'opencv-python>=4.8.1',
'numpy>=1.26', 'pytest-qt', 'pytest-xvfb', 'flake8==4.0.1', 'mypy >= 1.7'],
zip_safe=True,
maintainer='Benjamin Poulin',
Expand Down

0 comments on commit c2b6472

Please sign in to comment.