-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
28 lines (21 loc) · 1.42 KB
/
Copy pathrequirements.txt
File metadata and controls
28 lines (21 loc) · 1.42 KB
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
# ============================================================
# AFMA Quant-AI Lab — Root Requirements
# Covers all projects: 01_value_at_risk, 02_forecasting
# ============================================================
# ── Core Data & Math ────────────────────────────────────────
numpy>=1.21.0
pandas>=1.3.0
scipy>=1.7.0
# ── Financial Data ──────────────────────────────────────────
yfinance>=0.2.0
# ── Deep Learning ───────────────────────────────────────────
torch>=2.0.0
# ── Statistical Modelling ───────────────────────────────────
statsmodels>=0.13.0
# ── Visualization ───────────────────────────────────────────
matplotlib>=3.5.0
seaborn>=0.11.0
# ── Notebook ────────────────────────────────────────────────
jupyterlab>=3.0.0
# ── Utilities ───────────────────────────────────────────────
tqdm>=4.60.0