From 80b62629e60b8e75a6faf3c4ace78a64bd953bab Mon Sep 17 00:00:00 2001 From: "Greg. A." Date: Wed, 19 Nov 2025 18:38:33 +0100 Subject: [PATCH] Add additional package installations in notebook Add additional package installations in notebook --- 10-Understanding-BDA/11_getting_started_with_bda.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] }, {