Skip to content

Commit 81a1b67

Browse files
authored
update comment in build-requirements.in (#12981)
1 parent c30f51f commit 81a1b67

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/requirements/build-requirements.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ maturin>=1,<2
66
# Must be kept sync with build-system.requires at vectors/pyproject.toml
77
flit_core >=3.2,<4
88

9-
# WARN: changing the requirements here DOES NOT update the dependencies used for building at the github workflow, as the build process used build-requirements.txt
10-
# To update build-requirements.txt according to the dependencies here, run pip-compile --allow-unsafe --generate-hashes build-requirements.in
9+
# WARN: changing the requirements here DOES NOT update the dependencies used
10+
# for building at the github workflow -- it uses build-requirements.txt
11+
# To update build-requirements.txt, update this file and then run
12+
# uv pip compile --universal --python-version 3.9 --allow-unsafe --generate-hashes build-requirements.in -o build-requirements.txt

0 commit comments

Comments
 (0)