diff --git a/GAMA_AutoML_Tutorial.ipynb b/GAMA_AutoML_Tutorial.ipynb
index 800dd5aea63c151ac5b45632a2536917399731d4..5c30a9f092c0218a59c9cb096de18829839c0580 100644
--- a/GAMA_AutoML_Tutorial.ipynb
+++ b/GAMA_AutoML_Tutorial.ipynb
@@ -67,6 +67,24 @@
     "# pip3 install gama "
    ]
   },
+  {
+   "cell_type": "markdown",
+   "id": "23bc594d",
+   "metadata": {},
+   "source": [
+    "Run the following command to update scikit-learn so that datasets used below are compatible:"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "id": "e999df27",
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "# pip install scikit-learn --upgrade"
+   ]
+  },
   {
    "cell_type": "markdown",
    "id": "32af5ac3",
@@ -287,7 +305,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.9.15"
+   "version": "3.9.12"
   }
  },
  "nbformat": 4,