diff --git a/notebooks/unit2/requirements-unit2.txt b/notebooks/unit2/requirements-unit2.txt index 3209a69c..c5eb4b1e 100644 --- a/notebooks/unit2/requirements-unit2.txt +++ b/notebooks/unit2/requirements-unit2.txt @@ -3,9 +3,8 @@ pygame numpy huggingface_hub -pickle5 pyyaml==6.0 imageio imageio_ffmpeg pyglet==1.5.1 -tqdm \ No newline at end of file +tqdm diff --git a/notebooks/unit2/unit2.ipynb b/notebooks/unit2/unit2.ipynb index e9ae624c..5addd6a0 100644 --- a/notebooks/unit2/unit2.ipynb +++ b/notebooks/unit2/unit2.ipynb @@ -289,7 +289,7 @@ "import os\n", "import tqdm\n", "\n", - "import pickle5 as pickle\n", + "import pickle\n", "from tqdm.notebook import tqdm" ] }, @@ -1769,4 +1769,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}