diff --git a/docs/getting_started.ipynb b/docs/getting_started.ipynb index e361be277..c54d67f50 100644 --- a/docs/getting_started.ipynb +++ b/docs/getting_started.ipynb @@ -123,6 +123,8 @@ "outputs": [], "source": [ "# NBVAL_SKIP\n", + "!pip uninstall pandas numpy -y\n", + "!pip install pandas numpy\n", "# This will build all the dependencies you will need\n", "!UV_SYSTEM_PYTHON=1 llama stack build --template together --image-type venv" ]