Skip to content

Commit 76f8bb7

Browse files
authored
Pin pyqt5-qt5 version (#12)
1 parent 15dda51 commit 76f8bb7

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

poetry.lock

+6-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ packages = [{include = "pyle"}]
88

99
[tool.poetry.dependencies]
1010
python = "^3.10.4, <3.11" # PySpin only supports up to 3.10
11-
PyQt5 = "^5.14"
11+
pyqt5 = "^5.14"
1212
numpy = "^1.23"
1313
opencv-python = "^4.7"
1414
scipy = "^1.9"
1515
pyqtgraph = "^0.13"
1616
cmapy = "0.6.6"
1717
appdirs = "1.4.4"
18+
pyqt5-qt5 = "5.15.2" # latest version 5.15.11 not recognized by pip for some reason
1819

1920
[tool.black]
2021
line-length = 100

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ opencv-python==4.8.1.78 ; python_full_version >= "3.10.4" and python_version < "
1717
packaging==23.2 ; python_full_version >= "3.10.4" and python_version < "3.11"
1818
pillow==10.1.0 ; python_full_version >= "3.10.4" and python_version < "3.11"
1919
pyparsing==3.1.1 ; python_full_version >= "3.10.4" and python_version < "3.11"
20-
pyqt5-qt5==5.15.11 ; python_full_version >= "3.10.4" and python_version < "3.11"
20+
pyqt5-qt5==5.15.2 ; python_full_version >= "3.10.4" and python_version < "3.11"
2121
pyqt5-sip==12.13.0 ; python_full_version >= "3.10.4" and python_version < "3.11"
2222
pyqt5==5.15.10 ; python_full_version >= "3.10.4" and python_version < "3.11"
2323
pyqtgraph==0.13.3 ; python_full_version >= "3.10.4" and python_version < "3.11"

0 commit comments

Comments
 (0)