Skip to content

Commit

Permalink
fix import typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmartinjr committed Oct 15, 2024
1 parent da118fc commit fdfed24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/tutorial_pytorch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fdfed24

Please sign in to comment.