diff --git a/10-Understanding-BDA/11_getting_started_with_bda.ipynb b/10-Understanding-BDA/11_getting_started_with_bda.ipynb index 69e8795..d153377 100644 --- a/10-Understanding-BDA/11_getting_started_with_bda.ipynb +++ b/10-Understanding-BDA/11_getting_started_with_bda.ipynb @@ -63,7 +63,7 @@ }, "outputs": [], "source": [ - "%pip install --no-warn-conflicts \"boto3>=1.37.6\" itables==2.2.4 PyPDF2==3.0.1 --upgrade -q" + "%pip install --no-warn-conflicts \"boto3>=1.37.6\" itables==2.2.4 PyPDF2==3.0.1 requests==2.32.5 Pillow==12.0.0 ipywidgets==8.1.8 sagemaker==2.254.1 --upgrade -q" ] }, {