Skip to content

Commit 6f4c5f4

Browse files
authored
Merge pull request #1043 from luxonis/fix_pysimplegui
Fix pysimplegui version
2 parents 95c79f8 + 9744088 commit 6f4c5f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utilities/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
PySimpleGUI==4.60.3
21
Pillow==9.3.0
32
psutil==5.9.3
43
numpy>=1.21.4 # For RPi Buster (last successful build) and macOS M1 (first build). But allow for higher versions, to support Python3.11 (not available in 1.21.4 yet)
54
opencv-contrib-python==4.5.5.62 # Last successful RPi build, also covers M1 with above pinned numpy (otherwise 4.6.0.62 would be required, but that has a bug with charuco boards). Python version not important, abi3 wheels
65
pyqt5>5,<5.15.6 ; platform_machine != "armv6l" and platform_machine != "armv7l" and platform_machine != "aarch64" and platform_machine != "arm64"
76
--extra-index-url https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/
7+
# Latest version (note - it's yanked)
8+
PySimpleGUI==4.60.5
9+
depthai

0 commit comments

Comments
 (0)