Unverified Commit c39a88c0 authored by Billy Lamberta's avatar Billy Lamberta Committed by GitHub
Browse files

Merge pull request #4604 from MarkDaoust/no-upgrade

No-need to upgrade now that r1.9rc1 is up in Colab.
parents 20070ca4 f38ba4eb
......@@ -154,7 +154,6 @@
},
"cell_type": "code",
"source": [
"!pip install --pre --upgrade tensorflow\n",
"!pip install h5py pyyaml "
],
"execution_count": 0,
......@@ -187,7 +186,7 @@
"import tensorflow as tf\n",
"from tensorflow import keras\n",
"\n",
"print(tf.__version__)"
"tf.__version__"
],
"execution_count": 0,
"outputs": []
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment