Skip to content

Commit 50e9b7e

Browse files
committed
refactor: update pyproject
1 parent 49973ce commit 50e9b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ url = "https://test.pypi.org/simple"
8383
explicit = true
8484

8585
[tool.uv.sources]
86+
sqlbot-xpack = { index = "testpypi" }
8687
torch = [
8788
{ index = "pytorch-cpu", extra = "cpu" },
8889
{ index = "pytorch-cu128", extra = "cu128" },
8990
]
90-
sqlbot-xpack = { path = "../../sqlbot-xpack" }
9191

9292
[tool.uv]
9393
conflicts = [

0 commit comments

Comments
 (0)