Skip to content

Commit 3b6af8d

Browse files
committed
Update install
removes ants option that will be removed (new default)
1 parent 248383d commit 3b6af8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

preprocessing/preprocessing_tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
},
119119
{
120120
"cell_type": "code",
121-
"execution_count": 1,
121+
"execution_count": null,
122122
"metadata": {},
123123
"outputs": [
124124
{
@@ -130,7 +130,7 @@
130130
}
131131
],
132132
"source": [
133-
"%pip install brainles_preprocessing[ants] matplotlib > /dev/null\n",
133+
"%pip install brainles_preprocessing matplotlib > /dev/null\n",
134134
"\n",
135135
"%load_ext autoreload\n",
136136
"%autoreload 2"

0 commit comments

Comments
 (0)