We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb87ff5 commit 88b79b5Copy full SHA for 88b79b5
backend/pyproject.toml
@@ -83,11 +83,11 @@ url = "https://test.pypi.org/simple"
83
explicit = true
84
85
[tool.uv.sources]
86
+sqlbot-xpack = { index = "testpypi" }
87
torch = [
88
{ index = "pytorch-cpu", extra = "cpu" },
89
{ index = "pytorch-cu128", extra = "cu128" },
90
]
-sqlbot-xpack = { path = "../../sqlbot-xpack" }
91
92
[tool.uv]
93
conflicts = [
0 commit comments