Skip to content

Commit 52013d7

Browse files
committed
[DLMED] update MONAI version
1 parent 73e3bd0 commit 52013d7

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

automatic_mixed_precision.ipynb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@
4343
"%pip install -qU \"monai[gdown, nibabel]\""
4444
]
4545
},
46+
{
47+
"cell_type": "code",
48+
"execution_count": null,
49+
"metadata": {},
50+
"outputs": [],
51+
"source": [
52+
"# temporarily need this, FIXME: remove when MONAI v0.3 released\n",
53+
"%pip install -qU git+https://github.com/Project-MONAI/MONAI#egg=MONAI"
54+
]
55+
},
4656
{
4757
"cell_type": "code",
4858
"execution_count": 3,

mednist_GAN_workflow.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"outputs": [],
6464
"source": [
65-
"# temporarily need this, FIXME: remove when d93c0a6 released\n",
65+
"# temporarily need this, FIXME: remove when MONAI v0.3 released\n",
6666
"%pip install -qU git+https://github.com/Project-MONAI/MONAI#egg=MONAI"
6767
]
6868
},

models_ensemble.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"outputs": [],
5858
"source": [
59-
"# temporarily need this, FIXME remove when 7143b8b released\n",
59+
"# temporarily need this, FIXME remove when MONAI v0.3 released\n",
6060
"%pip install -qU git+https://github.com/Project-MONAI/MONAI#egg=MONAI"
6161
]
6262
},

0 commit comments

Comments
 (0)