Skip to content

Commit ef251d8

Browse files
committed
fix: align uv dependency name with pytorch-connectomics
1 parent b88f64b commit ef251d8

2 files changed

Lines changed: 465 additions & 1025 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ dependencies = [
3131
"torchvision>=0.15.0",
3232
"uvicorn==0.38.0",
3333
"zarr>=2.18",
34-
"connectomics",
34+
"pytorch-connectomics",
3535
]
3636

3737
[tool.uv.sources]
38-
connectomics = { path = "pytorch_connectomics", editable = true }
38+
"pytorch-connectomics" = { path = "pytorch_connectomics", editable = true }
3939

4040
[dependency-groups]
4141
dev = [

0 commit comments

Comments
 (0)