Skip to content

Commit 6361255

Browse files
committed
Update requirements
1 parent b10bc31 commit 6361255

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
PySimpleGUI==4.60.3
2-
Pillow==9.3.0
1+
Pillow==10.4.0
32
psutil==5.9.3
4-
jinja2==3.0.3
5-
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)
6-
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
3+
numpy>=2 # 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). Likely won't work with numpy 3.x when it comes out.
4+
opencv-contrib-python==4.12.0.88 # 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
75
pyqt5>5,<5.15.6 ; platform_machine != "armv6l" and platform_machine != "armv7l" and platform_machine != "aarch64" and platform_machine != "arm64"
8-
--extra-index-url https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/
6+
# Latest version (note - it's yanked)
7+
PySimpleGUI-4-foss==4.60.4.1 # Mirror of final open-source release.

0 commit comments

Comments
 (0)