From e10af0a1b9736ad43e7aa027b7e3decdebf27c56 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Fri, 2 Jan 2026 15:17:43 -0600 Subject: [PATCH] Clean up native-uv.md documentation (#938) Removed unnecessary text and whitespace in the documentation. --- setup/01_optional-python-setup-preferences/native-uv.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup/01_optional-python-setup-preferences/native-uv.md b/setup/01_optional-python-setup-preferences/native-uv.md index d841ffb..02bc4d7 100644 --- a/setup/01_optional-python-setup-preferences/native-uv.md +++ b/setup/01_optional-python-setup-preferences/native-uv.md @@ -69,10 +69,6 @@ uv sync --dev --python 3.11 > If you have problems with the following commands above due to certain dependencies (for example, if you are using Windows), you can always fall back to regular pip: > `uv add pip` > `uv run python -m pip install -U -r requirements.txt` -> -> Since the TensorFo - - Note that the `uv sync` command above will create a separate virtual environment via the `.venv` subfolder. (In case you want to delete your virtual environment to start from scratch, you can simply delete the `.venv` folder.)