This commit is contained in:
aaron 2025-04-28 16:58:06 +08:00
parent e321cadc71
commit 8a9e57b0dc

View File

@ -82,7 +82,7 @@ if ! pip list | grep -q "pandas"; then
pip install --upgrade pip 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 if ! pip list | grep -q "pandas"; then