Remove obsolete pip install; latest 1.x is all we need here

PiperOrigin-RevId: 285277629
Change-Id: Ie50b1cef9a1a37cf319052ac611a56c79282f344
This commit is contained in:
Scott Main 2019-12-12 14:56:26 -08:00 committed by TensorFlower Gardener
parent 2b70f980ca
commit 9c4b6d9df8

View File

@ -108,20 +108,6 @@
"### Setup"
]
},
{
"cell_type": "code",
"execution_count": 0,
"metadata": {
"colab": {},
"colab_type": "code",
"id": "gyqAw1M9lyab"
},
"outputs": [],
"source": [
"! pip uninstall -y tensorflow\n",
"! pip install -U tf-nightly"
]
},
{
"cell_type": "code",
"execution_count": 0,