Skip to content

Commit 6c8d367

Browse files
authored
Add missing dependency to deepgrow notebook (#420)
Add dependecy to `nibabel` to read `nii.gz` images. Signed-off-by: José Alarcón <jose.alarcon@varian.com> Suggested-by: Richard Brown <rich.brown@kcl.ac.uk>
1 parent 0a927f6 commit 6c8d367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepgrow/ignite/inference_3d.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"metadata": {},
77
"outputs": [],
88
"source": [
9-
"!python -c \"import monai\" || pip install -q \"monai-weekly[gdown, tqdm]\""
9+
"!python -c \"import monai\" || pip install -q \"monai-weekly[gdown, nibabel, tqdm]\""
1010
]
1111
},
1212
{

0 commit comments

Comments
 (0)