This commit is contained in:
aaron 2025-04-28 21:25:11 +08:00
parent bd6cc29c29
commit 3e5e505851

View File

@ -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