update
This commit is contained in:
parent
6c17dc5a15
commit
bd6cc29c29
@ -33,7 +33,7 @@ crypto:
|
||||
- "SUI"
|
||||
# - "WLD"
|
||||
quote_currency: "USDT"
|
||||
time_interval: "1h" # 可选: 1m, 5m, 15m, 30m, 1h, 4h, 1d
|
||||
time_interval: "4h" # 可选: 1m, 5m, 15m, 30m, 1h, 4h, 1d
|
||||
|
||||
# 黄金市场分析配置
|
||||
gold:
|
||||
@ -53,7 +53,7 @@ gold:
|
||||
# 数据设置
|
||||
data:
|
||||
storage_path: "./cryptoai/data"
|
||||
historical_days: 90
|
||||
historical_days: 180
|
||||
update_interval: 60 # 数据更新间隔(分钟)
|
||||
|
||||
# Agent设置
|
||||
|
||||
Binary file not shown.
@ -88,21 +88,10 @@ if ! pip list | grep -q "pandas"; then
|
||||
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: matplotlib==3.7.1
|
||||
pip install -i https://mirrors.aliyun.com/pypi/simple/ --only-binary :all: scikit-learn==1.2.2
|
||||
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: cryptography==41.0.3
|
||||
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: pyyaml==6.0.1
|
||||
pip install -i https://mirrors.aliyun.com/pypi/simple/ --only-binary :all: python-dotenv==1.0.0
|
||||
pip install -i https://mirrors.aliyun.com/pypi/simple/ --only-binary :all: deepseek-ai==0.0.1
|
||||
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/ --only-binary :all: aiohttp>=3.8.5
|
||||
pip install -i https://mirrors.aliyun.com/pypi/simple/ --only-binary :all: langchain>=0.0.267
|
||||
pip install -i https://mirrors.aliyun.com/pypi/simple/ --only-binary :all: pydantic>=2.3.0
|
||||
pip install -i https://mirrors.aliyun.com/pypi/simple/ --only-binary :all: fastapi>=0.103.1
|
||||
pip install -i https://mirrors.aliyun.com/pypi/simple/ --only-binary :all: uvicorn>=0.23.2
|
||||
|
||||
# 验证关键依赖是否安装成功
|
||||
if ! pip list | grep -q "pandas"; then
|
||||
|
||||
@ -1,18 +1,7 @@
|
||||
python-binance==1.0.16
|
||||
pandas==2.0.3
|
||||
numpy==1.24.3
|
||||
matplotlib==3.7.1
|
||||
scikit-learn==1.2.2
|
||||
sqlalchemy==2.0.19
|
||||
pymysql==1.1.0
|
||||
cryptography==41.0.3
|
||||
requests==2.31.0
|
||||
pyyaml==6.0.1
|
||||
python-dotenv==1.0.0
|
||||
deepseek-ai==0.0.1
|
||||
schedule==1.2.0
|
||||
aiohttp>=3.8.5
|
||||
langchain>=0.0.267
|
||||
pydantic>=2.3.0
|
||||
fastapi>=0.103.1
|
||||
uvicorn>=0.23.2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user