mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-08 21:30:45 +08:00
Units 1 and 6: Fix for installing notebook dependencies
Units 1 and 6: Fix for installing notebook dependencies
This commit is contained in:
@@ -230,6 +230,18 @@
|
||||
"execution_count": null,
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"source": [
|
||||
"# Install the specific setuptools version required to install the dependencies\n",
|
||||
"!pip install setuptools==65.5.0"
|
||||
],
|
||||
"metadata": {
|
||||
"id": "eUamMNshb6ee"
|
||||
},
|
||||
"execution_count": null,
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
|
||||
@@ -246,6 +246,18 @@
|
||||
"id": "e1obkbdJ_KnG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"source": [
|
||||
"# Install the specific setuptools version required to install the dependencies\n",
|
||||
"!pip install setuptools==65.5.0"
|
||||
],
|
||||
"metadata": {
|
||||
"id": "eUamMNshb6ee"
|
||||
},
|
||||
"execution_count": null,
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
|
||||
Reference in New Issue
Block a user