-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
55 lines (43 loc) · 836 Bytes
/
requirements.txt
File metadata and controls
55 lines (43 loc) · 836 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
# Core data stack
numpy
pandas
pydantic
matplotlib
seaborn
# Environment/config
python-dotenv
# LangChain stack used by the backend
langchain
langchain-core
langgraph
# Model provider adapters imported in config/config.py
langchain-openai
langchain-anthropic
langchain-google-genai
# Robust ingestion (P.5)
openpyxl>=3.1
chardet>=5.0
pyarrow>=14.0
# Phase 4: Temporal
statsmodels>=0.14
scipy>=1.11
# Phase 5: Dynamics
ruptures>=1.1
# Phase 6: Multivariate
scikit-learn>=1.3
# Phase 8: Causal (Person B)
# causal-learn>=0.1
# networkx>=3.0
# Phase 10: Model readiness (Person B)
# lightgbm>=4.0
# Phase 11: Reporting
nbformat>=5.9
nbclient>=0.8
ipykernel>=6.29
# PDF export fallback (when tectonic unavailable)
weasyprint>=60.0
# Backend server
fastapi>=0.115
uvicorn[standard]>=0.30
python-multipart>=0.0.9
websockets>=12.0