-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
31 lines (24 loc) · 1.46 KB
/
Copy pathrequirements.txt
File metadata and controls
31 lines (24 loc) · 1.46 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
29
30
31
# ── Core App ──────────────────────────────────────────────
streamlit>=1.38,<2.0
# ── Data Engine ───────────────────────────────────────────
polars>=1.44.0,<1.45
duckdb>=1.5.5,<1.6
pandera[polars]>=0.32.1,<0.33
# ── Geospatial (deck.gl) ──────────────────────────────────
pydeck>=0.9.0,<1.0
# ── AI ───────────────────────────────────────────────────
google-genai>=1.0.0
pydantic>=2.7,<3.0
# ── Resilience & Live Intelligence ────────────────────────
httpx>=0.28.1,<0.29
tenacity>=9.0.0
feedparser>=6.0.10
# ── Telemetry ─────────────────────────────────────────────
loguru>=0.7.3,<0.8
# ── Reporting ─────────────────────────────────────────────
fpdf2>=2.8,<3.0
jinja2>=3.1,<4.0
plotly>=5.24,<6.0
# ── Testing ───────────────────────────────────────────────
pytest>=8.0
pytest-mock>=3.14