Skip to content

Commit 0b6f530

Browse files
committed
Updated some dependencies
1 parent 024cfd5 commit 0b6f530

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

requirements.txt

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
requests==2.26.0
22
--extra-index-url https://www.piwheels.org/simple
3-
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)
4-
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==1.26.4
4+
opencv-contrib-python==4.6.0.66
5+
opencv-python==4.6.0.66
56
depthai-sdk==1.9.4
67
--extra-index-url https://artifacts.luxonis.com/artifactory/luxonis-depthai-data-local/wheels/
7-
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/
9-
depthai==2.24.0.0
108
Qt.py
11-
scipy
9+
scipy
10+
pyqt5==5.14.2
11+
depthai==3.0.0a0.dev0+e3b93f18edf8322a7ac4ffc9314fb7b26a853d60
12+
--extra-index-url https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local

0 commit comments

Comments
 (0)