1
This commit is contained in:
parent
ed21ec400b
commit
2a401a4066
@ -1,5 +1,5 @@
|
||||
# 使用Python 3.11官方镜像
|
||||
FROM python:3.11-slim
|
||||
# 使用Python 3.12官方镜像
|
||||
FROM python:3.12-slim
|
||||
|
||||
# 设置工作目录
|
||||
WORKDIR /app
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user