forked from AtomNotShy/factor_mining
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
69 lines (56 loc) · 953 Bytes
/
requirements.txt
File metadata and controls
69 lines (56 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Web框架
fastapi>=0.104.1
uvicorn[standard]>=0.24.0
python-multipart>=0.0.6
# 数据处理
pandas>=2.1.3
numpy>=1.26.0
polars>=0.19.19
pyarrow>=14.0.1
# 数据库
sqlalchemy>=2.0.23
alembic>=1.12.1
psycopg2-binary>=2.9.9
redis>=5.0.1
influxdb-client>=1.38.0
# 机器学习
scikit-learn>=1.3.2
# 技术分析与优化
pandas-ta>=0.3.14b0
optuna>=3.4.0
# 异步任务
celery>=5.3.4
flower>=2.0.1
# 数据采集
ccxt>=4.1.38
yfinance>=0.2.24
requests>=2.31.0
aiohttp>=3.9.1
# 交易执行
ib_insync>=0.9.86
# 配置管理
pydantic>=2.5.0
pydantic-settings>=2.1.0
python-dotenv>=1.0.0
pyyaml>=6.0.1
# 日志和监控
loguru>=0.7.2
prometheus-client>=0.19.0
# 测试
pytest>=7.4.3
pytest-asyncio>=0.21.1
pytest-cov>=4.1.0
httpx>=0.25.2
# 可视化与报告
plotly>=5.17.0
matplotlib>=3.8.2
seaborn>=0.13.0
jinja2>=3.1.2
# 统计分析
scipy>=1.11.4
# 其他工具
click>=8.1.7
rich>=13.7.0
schedule>=1.2.0
python-dateutil>=2.8.2
pytz>=2023.3