Skip to content

Commit ce0fc6e

Browse files
polinabinder1claude
andcommitted
deps(serve): own fastapi/uvicorn here (server/cli), drop unused pandas
fastapi+uvicorn moved out of the engine PR (#1622) into the serve PR that actually imports them (server.py / cli.py). pandas was unused in this stack. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Polina Binder <pbinder@nvidia.com>
1 parent b1e32c9 commit ce0fc6e

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

  • bionemo-recipes/interpretability/sparse_autoencoders/recipes/evo2

bionemo-recipes/interpretability/sparse_autoencoders/recipes/evo2/pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ dependencies = [
1313
"torch>=2.0",
1414
"numpy>=1.20",
1515
"pyarrow>=23.0.0",
16-
"fastapi>=0.110",
17-
"uvicorn>=0.29",
18-
"pandas>=1.5",
16+
"fastapi>=0.110", # server.py
17+
"uvicorn>=0.29", # serve CLI
1918
]
2019

21-
# The `evo2_sae` package (src/) holds the live inference engine + server + CLI;
22-
# scripts/ (extract, train) are standalone entry points alongside it.
20+
# The `evo2_sae` package (src/) holds the inference engine (from #1622) + this PR's
21+
# FastAPI server + CLI; scripts/ (extract, train) are standalone entry points alongside it.
2322
[tool.setuptools.packages.find]
2423
where = ["src"]
2524

0 commit comments

Comments
 (0)