No need to update tqdm in Colab anymore

This commit is contained in:
Aurélien Geron
2020-07-25 17:08:31 +12:00
parent 05622d26b8
commit e90606bf69

View File

@@ -56,7 +56,6 @@
"try:\n",
" # %tensorflow_version only exists in Colab.\n",
" %tensorflow_version 2.x\n",
" !pip install -U tqdm\n",
"except Exception:\n",
" pass\n",
"\n",