BioDesignBench-Leaderboard / requirements.txt
Jasonkim8652's picture
Phase B (live): Boltz-2 via Modal sidecar instead of ZeroGPU
3e1b7c7 verified
gradio>=5.6
pandas
plotly
httpx>=0.25
huggingface_hub>=0.20
datasets>=2.16
# LLM judge panel (Phase A)
anthropic>=0.75
openai>=1.40
google-genai>=0.3
# Phase B uses a Modal-hosted Boltz sidecar (modal_boltz_app.py), so
# torch / boltz are NOT installed in the Space image; the Space only
# acts as an HTTP client of the Modal endpoint. See
# biodesignbench-leaderboard/README.md for deployment notes.