Skip to content

Commit 3282555

Browse files
committed
Fix pillow for w2d2 tut3
1 parent b654e90 commit 3282555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/W2D2_Convnets/W2D2_Tutorial3.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"source": [
119119
"# @title Install dependencies\n",
120120
"!pip install facenet-pytorch torchaudio==2.2.2 torchvision==0.17.2 torch==2.2.2 numpy==1.26.4 --quiet\n",
121-
"!pip install Pillow==10.2.0 --quiet"
121+
"!pip install Pillow>=10.2.0 --quiet"
122122
]
123123
},
124124
{

0 commit comments

Comments
 (0)