This commit is contained in:
aaron 2025-09-18 21:08:51 +08:00
parent ed21ec400b
commit 2a401a4066
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# 使用Python 3.11官方镜像
FROM python:3.11-slim
# 使用Python 3.12官方镜像
FROM python:3.12-slim
# 设置工作目录
WORKDIR /app

View File

@ -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