Skip to content

Commit 3298d32

Browse files
authored
Update build backend
1 parent eb3cf0c commit 3298d32

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[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"
2+
requires = ["uv_build>=0.6.6,<1.0"]
3+
build-backend = "uv_build"
64

75
[project]
86
name = "biolookup"

0 commit comments

Comments
 (0)