From 3e5e505851bf2a92d3e1d99ad15866973763be1c Mon Sep 17 00:00:00 2001 From: aaron <> Date: Mon, 28 Apr 2025 21:25:11 +0800 Subject: [PATCH] update --- qinglong_task.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/qinglong_task.sh b/qinglong_task.sh index 5a4f51e..b94e47c 100755 --- a/qinglong_task.sh +++ b/qinglong_task.sh @@ -85,13 +85,7 @@ if ! pip list | grep -q "pandas"; then pip install -i https://mirrors.aliyun.com/pypi/simple/ "setuptools<60.0" # 使用国内镜像源安装预编译的wheel包 - pip install -i https://mirrors.aliyun.com/pypi/simple/ --only-binary :all: numpy==1.24.3 - pip install -i https://mirrors.aliyun.com/pypi/simple/ --only-binary :all: pandas==2.0.3 - pip install -i https://mirrors.aliyun.com/pypi/simple/ --only-binary :all: python-binance==1.0.16 - pip install -i https://mirrors.aliyun.com/pypi/simple/ --only-binary :all: sqlalchemy==2.0.19 - pip install -i https://mirrors.aliyun.com/pypi/simple/ --only-binary :all: pymysql==1.1.0 - pip install -i https://mirrors.aliyun.com/pypi/simple/ --only-binary :all: requests==2.31.0 - pip install -i https://mirrors.aliyun.com/pypi/simple/ --only-binary :all: schedule==1.2.0 + pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary -r requirements.txt # 验证关键依赖是否安装成功 if ! pip list | grep -q "pandas"; then