We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1eddfa commit 8dfd1a1Copy full SHA for 8dfd1a1
setup.cfg
@@ -16,7 +16,7 @@ classifiers =
16
Programming Language :: Python :: 3.10
17
18
[options]
19
-python_requires = >=3.8
+python_requires = >=3.7
20
packages = find:
21
# =src is interpreted as {"": "src"}
22
# as per recommendation here https://hynek.me/articles/testing-packaging/
@@ -33,7 +33,7 @@ install_requires =
33
# dls-pmaclib @ https://github.com/DiamondLightSource/dls-pmac-lib/archive/refs/tags/3.0.0.zip
34
dls-pmaclib >= 3.0.1-beta1
35
numpy
36
- pyqt5
+ pyqt5 == 5.15.7
37
pythonqwt
38
mock
39
0 commit comments