update
This commit is contained in:
parent
9ee0b1b88a
commit
549f360615
@ -77,17 +77,18 @@ fi
|
|||||||
# 检查依赖是否安装
|
# 检查依赖是否安装
|
||||||
if ! pip list | grep -q "pandas"; then
|
if ! pip list | grep -q "pandas"; then
|
||||||
echo "安装依赖..."
|
echo "安装依赖..."
|
||||||
# 使用国内镜像源并优先使用预编译的wheel
|
pip install -r requirements.txt
|
||||||
pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary python-binance==1.0.16
|
# # 使用国内镜像源并优先使用预编译的wheel
|
||||||
pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary pandas==2.0.3
|
# pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary python-binance==1.0.16
|
||||||
pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary numpy==1.24.3
|
# pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary pandas==2.0.3
|
||||||
pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary matplotlib==3.7.1
|
# pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary numpy==1.24.3
|
||||||
pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary scikit-learn==1.2.2
|
# pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary matplotlib==3.7.1
|
||||||
pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary sqlalchemy==2.0.19
|
# pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary scikit-learn==1.2.2
|
||||||
pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary pymysql==1.1.0
|
# pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary sqlalchemy==2.0.19
|
||||||
pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary cryptography==41.0.3
|
# pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary pymysql==1.1.0
|
||||||
pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary requests==2.31.0
|
# pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary cryptography==41.0.3
|
||||||
pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary pyyaml==6.0.1
|
# pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary requests==2.31.0
|
||||||
|
# pip install -i https://mirrors.aliyun.com/pypi/simple/ --prefer-binary pyyaml==6.0.1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# 运行加密货币分析
|
# 运行加密货币分析
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user