From 0b6f53071054d36ae1d60900bcbb7abbef87fc4d Mon Sep 17 00:00:00 2001 From: Jakob Socan <10517617+jakgra@users.noreply.github.com> Date: Thu, 25 Jul 2024 19:47:26 +0200 Subject: [PATCH] Updated some dependencies --- requirements.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5be95088c..e7381dbc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,12 @@ requests==2.26.0 --extra-index-url https://www.piwheels.org/simple -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) -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 +numpy==1.26.4 +opencv-contrib-python==4.6.0.66 +opencv-python==4.6.0.66 depthai-sdk==1.9.4 --extra-index-url https://artifacts.luxonis.com/artifactory/luxonis-depthai-data-local/wheels/ -pyqt5>5,<5.15.6 ; platform_machine != "armv6l" and platform_machine != "armv7l" and platform_machine != "aarch64" and platform_machine != "arm64" ---extra-index-url https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/ -depthai==2.24.0.0 Qt.py -scipy \ No newline at end of file +scipy +pyqt5==5.14.2 +depthai==3.0.0a0.dev0+e3b93f18edf8322a7ac4ffc9314fb7b26a853d60 +--extra-index-url https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local