diff --git a/docs/reference/troubleshooting/build-failures.md b/docs/reference/troubleshooting/build-failures.md index 1f3df8a4e..f5c751c0d 100644 --- a/docs/reference/troubleshooting/build-failures.md +++ b/docs/reference/troubleshooting/build-failures.md @@ -45,7 +45,7 @@ to reproduce it with pip: ```console $ uv venv -p 3.13 --seed $ source .venv/bin/activate -$ pip install --use-pep517 'numpy==1.19.5' +$ pip install --use-pep517 --no-cache --force-reinstall 'numpy==1.19.5' Collecting numpy==1.19.5 Using cached numpy-1.19.5.zip (7.3 MB) Installing build dependencies ... done