From 2a401a4066947c080aca6439279cae701476f4d9 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Thu, 18 Sep 2025 21:08:51 +0800 Subject: [PATCH] 1 --- Dockerfile | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 56e8652..1cee8df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# 使用Python 3.11官方镜像 -FROM python:3.11-slim +# 使用Python 3.12官方镜像 +FROM python:3.12-slim # 设置工作目录 WORKDIR /app diff --git a/requirements.txt b/requirements.txt index be92984..b5cc929 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pandas>=2.0.0 numpy>=1.24.0 # Technical indicators -pandas-ta>=0.3.14b0 +pandas-ta==0.4.67b0 # Visualization matplotlib>=3.7.0