From fdfed24187be7062744fbcbf63692ff5a3c7b8a5 Mon Sep 17 00:00:00 2001 From: bkmartinjr Date: Tue, 15 Oct 2024 09:06:04 -0700 Subject: [PATCH] fix import typos --- notebooks/tutorial_pytorch.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/tutorial_pytorch.ipynb b/notebooks/tutorial_pytorch.ipynb index 1e9eeaf..a51ce2c 100644 --- a/notebooks/tutorial_pytorch.ipynb +++ b/notebooks/tutorial_pytorch.ipynb @@ -12,10 +12,10 @@ "\n", "**Prerequisites**\n", "\n", - "Install `tiledbsoma` with the optional `ml` dependencies, for example:\n", + "Install `tiledbsoma_ml` (and `scikit-learn` for convenience). For example:\n", "\n", "```bash\n", - "pip install tiledbsoma[ml]\n", + "pip install tiledbsoma_ml scikit-learn\n", "```\n", "\n", "**Contents**\n",