Skip to content

Commit 8dfd1a1

Browse files
committed
pin to avoid broken PyQt5
1 parent a1eddfa commit 8dfd1a1

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
@@ -16,7 +16,7 @@ classifiers =
1616
Programming Language :: Python :: 3.10
1717

1818
[options]
19-
python_requires = >=3.8
19+
python_requires = >=3.7
2020
packages = find:
2121
# =src is interpreted as {"": "src"}
2222
# as per recommendation here https://hynek.me/articles/testing-packaging/
@@ -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
36+
pyqt5 == 5.15.7
3737
pythonqwt
3838
mock
3939

0 commit comments

Comments
 (0)