Skip to content

Commit 75b9e88

Browse files
authored
Update pyproject.toml
1 parent 7b0c070 commit 75b9e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
requires = ["pdm-backend>=2.4"]
44
build-backend = "pdm.backend"
55
{%- elif cookiecutter.backend == "uv" %}
6-
requires = ["uv_build~=0.7.19"]
6+
requires = ["uv_build>=0.7.19"]
77
build-backend = "uv_build"
88
{%- elif cookiecutter.backend == "maturin" %}
99
requires = ["maturin>=0.15,<2"]

0 commit comments

Comments
 (0)