No need to update tqdm in Colab anymore

main
Aurélien Geron 2020-07-25 17:08:31 +12:00
parent 05622d26b8
commit e90606bf69
1 changed files with 0 additions and 1 deletions

View File

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