From bd6cc29c29107dd71d1bab9c1f276ef2530746db Mon Sep 17 00:00:00 2001 From: aaron <> Date: Mon, 28 Apr 2025 21:23:12 +0800 Subject: [PATCH] update --- cryptoai/config/config.yaml | 4 ++-- .../__pycache__/config_loader.cpython-313.pyc | Bin 6960 -> 6960 bytes qinglong_task.sh | 11 ----------- requirements.txt | 11 ----------- 4 files changed, 2 insertions(+), 24 deletions(-) diff --git a/cryptoai/config/config.yaml b/cryptoai/config/config.yaml index 76c571a..61e1f0e 100644 --- a/cryptoai/config/config.yaml +++ b/cryptoai/config/config.yaml @@ -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设置 diff --git a/cryptoai/utils/__pycache__/config_loader.cpython-313.pyc b/cryptoai/utils/__pycache__/config_loader.cpython-313.pyc index d2cc8d65501a4406645c973fbad51247f2f1749d..49a23a0b986ed132dff5f940b2c193a16e379d3b 100644 GIT binary patch delta 22 ccmdmBw!w_|GcPX}0}$9*@Mk1#cmMzZ diff --git a/qinglong_task.sh b/qinglong_task.sh index fe74ca3..5a4f51e 100755 --- a/qinglong_task.sh +++ b/qinglong_task.sh @@ -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 diff --git a/requirements.txt b/requirements.txt index 2fff62c..ccbe800 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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