From 97440887b551d96f3fd5a9140e53a81e23824f54 Mon Sep 17 00:00:00 2001 From: Erol444 Date: Fri, 21 Jun 2024 17:54:29 +0200 Subject: [PATCH] Fix pysimplegui version --- utilities/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utilities/requirements.txt b/utilities/requirements.txt index ade6e25c8..bdc63462e 100644 --- a/utilities/requirements.txt +++ b/utilities/requirements.txt @@ -1,7 +1,9 @@ -PySimpleGUI==4.60.3 Pillow==9.3.0 psutil==5.9.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) 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 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/ +# Latest version (note - it's yanked) +PySimpleGUI==4.60.5 +depthai