From 8a9e57b0dc6aec4bae2e49949485584da4ba2b58 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Mon, 28 Apr 2025 16:58:06 +0800 Subject: [PATCH] update --- qinglong_task.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qinglong_task.sh b/qinglong_task.sh index 8507689..a018522 100755 --- a/qinglong_task.sh +++ b/qinglong_task.sh @@ -82,7 +82,7 @@ if ! pip list | grep -q "pandas"; then pip install --upgrade pip # 使用国内镜像源安装依赖 - pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary -r requirements.txt + # pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary -r requirements.txt # 验证关键依赖是否安装成功 if ! pip list | grep -q "pandas"; then