Skip to content

Commit e914e27

Browse files
committed
update opencv, numpy, pyqt requirements to match luxonis/depthai
1 parent d475353 commit e914e27

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

utilities/requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PySimpleGUI==4.60.3
22
Pillow==9.3.0
33
psutil==5.9.3
4-
pyqt5==5.15.9
5-
opencv-python==4.7.*
6-
numpy==1.24.1
4+
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)
5+
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
6+
pyqt5>5,<5.15.6 ; platform_machine != "armv6l" and platform_machine != "armv7l" and platform_machine != "aarch64" and platform_machine != "arm64"
7+
--extra-index-url https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/

0 commit comments

Comments
 (0)