You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/requirements/build-requirements.in
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,5 +6,7 @@ maturin>=1,<2
6
6
# Must be kept sync with build-system.requires at vectors/pyproject.toml
7
7
flit_core >=3.2,<4
8
8
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
0 commit comments