We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66255a1 commit 6f59330Copy full SHA for 6f59330
tools/python_api/Makefile
@@ -21,8 +21,7 @@ endif
21
22
requirements: .venv ## Install/update Python dev packages
23
@unset CONDA_PREFIX \
24
- && $(VENV_BIN)/python -m pip install -U uv \
25
- && $(VENV_BIN)/uv pip install --upgrade -r requirements_dev.txt
+ && $(VENV_BIN)/pip install --upgrade -r requirements_dev.txt
26
27
pytest: requirements
28
ifeq ($(OS),Windows_NT)
0 commit comments