Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions sandbox/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ fastparquet>=2026.3.0 # Parquet read/write engine (~9MB vs pyarrow's ~140MB)
# matplotlib/seaborn render static PNGs headless with no system deps; plotly is
# kept for interactive HTML output. Static plotly export (kaleido) is omitted
# because it needs a full Chrome install.
matplotlib>=3.9.0
matplotlib>=3.11.0
seaborn>=0.13.0 # statistical charts on top of matplotlib
plotly>=5.24.0
plotly>=6.8.0

# ClickHouse client
clickhouse-connect>=0.8.0
clickhouse-connect>=1.3.0

# HTTP client for Prometheus/Loki
httpx>=0.28.0

# S3 client (block archive)
boto3>=1.35.0
boto3>=1.43.34

# Utilities
python-dateutil>=2.9.0
Expand Down
Loading