diff --git a/Taskfile.yml b/Taskfile.yml index 355de2f..03a4e8a 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -10,6 +10,7 @@ tasks: cmds: - echo "$PYTHON" - echo "$WEBUI" + - echo "$UV_PYTHON" silent: true launch: @@ -24,8 +25,8 @@ tasks: update: cmds: - - "{{.PYTHON}} -m pip install -U ultralytics mediapipe ruff pre-commit black devtools pytest" + - "{{.PYTHON}} -m uv pip install -U ultralytics mediapipe ruff pre-commit black devtools pytest" update-torch: cmds: - - "{{.PYTHON}} -m pip install -U torch torchvision torchaudio -f https://download.pytorch.org/whl/torch_stable.html" + - "{{.PYTHON}} -m uv pip install -U torch torchvision torchaudio -f https://download.pytorch.org/whl/torch_stable.html"