We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3cf0c commit 3298d32Copy full SHA for 3298d32
1 file changed
pyproject.toml
@@ -1,8 +1,6 @@
1
[build-system]
2
-requires = ["uv>=0.5.13,<0.7.0"]
3
-# The uv backend entered preview mode in https://github.com/astral-sh/uv/pull/8886/files
4
-# with the 0.5.0 release. See also https://github.com/astral-sh/uv/issues/3957 for tracking.
5
-build-backend = "uv"
+requires = ["uv_build>=0.6.6,<1.0"]
+build-backend = "uv_build"
6
7
[project]
8
name = "biolookup"
0 commit comments