mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Replace pip install mcpi with %pip which always installs in the right environment
This commit is contained in:
@@ -57,8 +57,8 @@
|
||||
"IS_KAGGLE = \"kaggle_secrets\" in sys.modules\n",
|
||||
"\n",
|
||||
"if IS_COLAB:\n",
|
||||
" !pip install -q -U tensorflow-addons\n",
|
||||
" !pip install -q -U transformers\n",
|
||||
" %pip install -q -U tensorflow-addons\n",
|
||||
" %pip install -q -U transformers\n",
|
||||
"\n",
|
||||
"# Scikit-Learn ≥0.20 is required\n",
|
||||
"import sklearn\n",
|
||||
|
||||
Reference in New Issue
Block a user