From c00b32cf67af0537f97eb4ec07650a868a5ff818 Mon Sep 17 00:00:00 2001 From: bogdankostic Date: Tue, 23 Nov 2021 15:35:23 +0100 Subject: [PATCH] Fix Tutorial 11 on Google Colab (#1795) * Remove installation of latest release * Add latest docstring and tutorial changes Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/_src/tutorials/tutorials/11.md | 3 --- tutorials/Tutorial11_Pipelines.ipynb | 3 --- 2 files changed, 6 deletions(-) diff --git a/docs/_src/tutorials/tutorials/11.md b/docs/_src/tutorials/tutorials/11.md index 5dcf75528..656d61f58 100644 --- a/docs/_src/tutorials/tutorials/11.md +++ b/docs/_src/tutorials/tutorials/11.md @@ -33,9 +33,6 @@ These lines are to install Haystack through pip ```python -# Install the latest release of Haystack in your own environment -!pip install farm-haystack - # Install the latest master of Haystack !pip install grpcio-tools==1.34.1 !pip install --upgrade git+https://github.com/deepset-ai/haystack.git diff --git a/tutorials/Tutorial11_Pipelines.ipynb b/tutorials/Tutorial11_Pipelines.ipynb index 5d210e21b..f4284e4cc 100644 --- a/tutorials/Tutorial11_Pipelines.ipynb +++ b/tutorials/Tutorial11_Pipelines.ipynb @@ -66,9 +66,6 @@ "cell_type": "code", "execution_count": null, "source": [ - "# Install the latest release of Haystack in your own environment\n", - "!pip install farm-haystack\n", - "\n", "# Install the latest master of Haystack\n", "!pip install grpcio-tools==1.34.1\n", "!pip install --upgrade git+https://github.com/deepset-ai/haystack.git\n",