diff --git a/docs/examples/ranking_tfx.ipynb b/docs/examples/ranking_tfx.ipynb index a1741087..fb73e35e 100644 --- a/docs/examples/ranking_tfx.ipynb +++ b/docs/examples/ranking_tfx.ipynb @@ -126,6 +126,31 @@ "!pip install -U tfx\n", "!pip install -U tensorflow-recommenders" ] + }, + { + "cell_type": "markdown", + "source": [ + "### Uninstall shapely\n", + "\n", + "TODO(b/263441833) This is a temporal solution to avoid an\n", + "ImportError. Ultimately, it should be handled by supporting a\n", + "recent version of Bigquery, instead of uninstalling other extra\n", + "dependencies." + ], + "metadata": { + "id": "DCa5Bs00k3ZR" + } + }, + { + "cell_type": "code", + "source": [ + "!pip uninstall shapely -y" + ], + "metadata": { + "id": "mYn4k-r-k3qN" + }, + "execution_count": null, + "outputs": [] }, { "cell_type": "markdown",