Skip to content

Commit e0d2d6b

Browse files
authored
Update spleen_segmentation_3d.ipynb (#455)
The `pip install` statement is missing pytorch-ignite. Changing: `!python -c "import monai" || pip install -q "monai-weekly[gdown, nibabel, tqdm]"` to `!python -c "import monai" || pip install -q "monai-weekly[gdown, nibabel, tqdm, ignite]"`
1 parent 0d31bdc commit e0d2d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3d_segmentation/spleen_segmentation_3d.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"metadata": {},
4646
"outputs": [],
4747
"source": [
48-
"!python -c \"import monai\" || pip install -q \"monai-weekly[gdown, nibabel, tqdm]\"\n",
48+
"!python -c \"import monai\" || pip install -q \"monai-weekly[gdown, nibabel, tqdm, ignite]\"\n",
4949
"!python -c \"import matplotlib\" || pip install -q matplotlib\n",
5050
"%matplotlib inline"
5151
]

0 commit comments

Comments
 (0)