-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
22 lines (18 loc) · 1.35 KB
/
Copy pathrequirements.txt
File metadata and controls
22 lines (18 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ── Tier 1 — Canonical Case Corpus evaluator ─────────────────────────────────
# dali/runners/run_integrity.py and all dali/corpus/ modules use stdlib only.
# No third-party deps required, including for --check-reachability
# (uses urllib from stdlib).
# ── Tier 2 — Synthetic probe runner ──────────────────────────────────────────
# dali/runners/run_synthetic.py requires API access for model calls:
anthropic>=0.40.0
openai>=1.50.0
# ── MCP server (tools.mcp contributor tools) ───────────────────────────────────
# Required only if using the editor integration (Claude Desktop, Cursor, VS Code).
# Not needed for Tier 1 or Tier 2 benchmark runs.
mcp>=1.0.0
# ── Optional ──────────────────────────────────────────────────────────────────
# Regenerate README hero chart (tools/scripts/generate_benchmark_snapshot.py):
# matplotlib>=3.8.0
# Load a local .env file during benchmark runs (run_synthetic.py).
# If not installed, the runner falls back to shell environment variables.
# python-dotenv>=1.0.0