This commit is contained in:
aaron 2025-09-18 21:05:11 +08:00
parent 98ab46d205
commit ed21ec400b
2 changed files with 4 additions and 3 deletions

View File

@ -14,6 +14,7 @@ ENV FLASK_ENV=production
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
gcc \ gcc \
g++ \ g++ \
curl \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# 复制requirements文件 # 复制requirements文件

View File

@ -6,7 +6,7 @@ pandas>=2.0.0
numpy>=1.24.0 numpy>=1.24.0
# Technical indicators # Technical indicators
pandas-ta==0.4.67b0 pandas-ta>=0.3.14b0
# Visualization # Visualization
matplotlib>=3.7.0 matplotlib>=3.7.0
@ -17,11 +17,11 @@ seaborn>=0.12.0
scikit-learn>=1.3.0 scikit-learn>=1.3.0
# Database # Database
sqlite3 # sqlite3 is part of Python standard library
# Configuration # Configuration
pyyaml>=6.0 pyyaml>=6.0
configparser # configparser is part of Python standard library
# Logging # Logging
loguru>=0.7.0 loguru>=0.7.0