Skip to content

Commit 2387a49

Browse files
committed
restore latest working PyQt5 version
1 parent 337bb5e commit 2387a49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ package_dir =
2424
=src
2525

2626
setup_requires =
27-
"setuptools_scm[toml]">=6.2
27+
setuptools_scm[toml]>=6.2
2828

2929
# Specify any package dependencies below.
3030
include_package_data = True
@@ -33,7 +33,7 @@ install_requires =
3333
# dls-pmaclib @ https://github.com/DiamondLightSource/dls-pmac-lib/archive/refs/tags/3.0.0.zip
3434
dls-pmaclib >= 3.0.1-beta1
3535
numpy
36-
pyqt5 == 5.12.2
36+
pyqt5 == 5.15.7
3737
pythonqwt
3838
mock
3939

0 commit comments

Comments
 (0)