update
This commit is contained in:
parent
e321cadc71
commit
8a9e57b0dc
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user