diff --git a/notebooks/Block_5/Jupyter Notebook Block 5 - Object Detection and Segmentation.ipynb b/notebooks/Block_5/Jupyter Notebook Block 5 - Object Detection and Segmentation.ipynb
index 78819a6b0dcea565578fb51c681a50d7e5e89d54..8e955cfc0890f6dd93460d1a5852abec7c7a5e30 100644
--- a/notebooks/Block_5/Jupyter Notebook Block 5 - Object Detection and Segmentation.ipynb	
+++ b/notebooks/Block_5/Jupyter Notebook Block 5 - Object Detection and Segmentation.ipynb	
@@ -3098,6 +3098,15 @@
     "rcnn = MaskRCNN(mode='inference', model_dir='./', config=TestConfig())"
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "!pip install 'h5py==2.10.0' --force-reinstall"
+   ]
+  },
   {
    "cell_type": "markdown",
    "metadata": {