We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uv
1 parent 879f589 commit 8c9ca7eCopy full SHA for 8c9ca7e
Makefile
@@ -34,6 +34,7 @@ PIP_COMPILE = uv pip compile --upgrade $(PIP_COMPILE_OPTS)
34
35
upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
36
upgrade: piptools ## update the requirements/*.txt files with the latest packages satisfying requirements/*.in
37
+ uv venv --allow-existing
38
# Make sure to compile files after any other files they include!
39
$(PIP_COMPILE) -o requirements/pip.txt requirements/pip.in
40
uv pip install -qr requirements/pip.txt
0 commit comments