From 8482f2d6532090e5e209683c63d0c3a1be47d8e5 Mon Sep 17 00:00:00 2001 From: "firedcto@gmail.com" Date: Sat, 21 Sep 2024 00:16:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- launcher.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launcher.json b/launcher.json index 1a44fdb..56c9ff8 100644 --- a/launcher.json +++ b/launcher.json @@ -6,7 +6,7 @@ "install_dependencies": [ "paddlepaddle-gpu==3.0.0b1 -i https://www.paddlepaddle.org.cn/packages/stable/cu123/", "PySide6-Fluent-Widgets>=1.5.5 --no-deps", - "ok-script pycaw paddleocr==2.8.1 psutil setuptools WMI>=1.5.1 typing-extensions>=4.11.0 numpy>=1.26.4 opencv-contrib-python>=4.10.0.84" + "paddleocr==2.8.1 ok-script pycaw psutil setuptools WMI>=1.5.1 typing-extensions>=4.11.0 numpy==1.26.4 opencv-contrib-python>=4.10.0.84" ], "target_size": 6070947351 }, @@ -15,7 +15,7 @@ "entry": "main.py", "install_dependencies": [ "PySide6-Fluent-Widgets>=1.5.5 --no-deps", - "ok-script pycaw rapidocr-openvino psutil WMI>=1.5.1 typing-extensions>=4.11.0 numpy>=1.26.4 opencv-contrib-python>=4.10.0.84" + "rapidocr-openvino ok-script pycaw psutil WMI>=1.5.1 typing-extensions>=4.11.0 numpy==1.26.4 opencv-contrib-python>=4.10.0.84" ], "target_size": 616621272 }