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
20 changes: 10 additions & 10 deletions tests/eval/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ version = "0.1.0"
description = "LLM evaluation harness for ethpandaops-panda server"
requires-python = ">=3.11"
dependencies = [
"claude-agent-sdk>=0.1.0",
"pytest>=8.0.0",
"claude-agent-sdk>=0.2.106",
"pytest>=9.1.1",
"pytest-asyncio>=0.24.0",
"pydantic>=2.0.0",
"pydantic-settings>=2.0.0",
"pydantic-settings>=2.14.2",
"PyYAML>=6.0.0",
"ruamel.yaml>=0.18.0", # comment-preserving round-trip for `scripts.hydrate`
"httpx>=0.27.0",
"rich>=13.0.0",
"openai>=1.0.0", # For OpenRouter evaluator support
"langfuse>=2.0.0", # LLM observability and trace viewing
"rich>=15.0.0",
"openai>=2.43.0", # For OpenRouter evaluator support
"langfuse>=4.9.1", # LLM observability and trace viewing
"opencode-ai",
"matplotlib>=3.10.9",
"matplotlib>=3.11.0",
]

[project.optional-dependencies]
dev = [
"ruff>=0.4.0",
"ruff>=0.15.18",
"mypy>=1.10.0",
]

Expand Down Expand Up @@ -64,6 +64,6 @@ dev = [
"pytest-xdist>=3.8.0",
]
studio = [
"fastapi>=0.115",
"uvicorn[standard]>=0.30",
"fastapi>=0.138.0",
"uvicorn[standard]>=0.49.0",
]
Loading