Skip to content

Commit 7632810

Browse files
committed
remove --pre installation
Signed-off-by: Wenqi Li <[email protected]>
1 parent ee86194 commit 7632810

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

model_zoo/TCIA_PROSTATEx_Prostate_MRI_Anatomy_Model.ipynb

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@
9393
"# that manages all DICOM field values, include acquistion details \n",
9494
"# such as voxel image, image orientation, and image directions,\n",
9595
"# which are critical to image processing and display.\n",
96-
"!{sys.executable} -m pip install --upgrade --pre -q \"itk==5.3rc4.post3\"\n",
96+
"!{sys.executable} -m pip install --upgrade -q \"itk\"\n",
9797
"\n",
9898
"# These are the libraries used to read DICOM Seg objects.\n",
99-
"!{sys.executable} -m pip install --upgrade --pre -q pydicom\n",
100-
"!{sys.executable} -m pip install --upgrade --pre -q pydicom-seg\n",
99+
"!{sys.executable} -m pip install --upgrade -q pydicom\n",
100+
"!{sys.executable} -m pip install --upgrade -q pydicom-seg\n",
101101
"\n",
102102
"# Install requests for downloaded data.\n",
103103
"!{sys.executable} -m pip install --upgrade -q tcia_utils\n",
@@ -109,9 +109,8 @@
109109
"!{sys.executable} -m pip install --upgrade --pre -q \"itkwidgets[all]==1.0a20\" imjoy_elfinder\n",
110110
"\n",
111111
"# installations required for monai\n",
112-
"!{sys.executable} -m pip install --upgrade -q \"monai[nibabel,itk,tqdm]==1.0.1\"\n",
113-
"!{sys.executable} -m pip install -q scikit-image\n",
114-
"!{sys.executable} -m pip install -q torch"
112+
"!{sys.executable} -m pip install --upgrade -q \"monai[nibabel,itk,tqdm]\"\n",
113+
"!{sys.executable} -m pip install -q scikit-image"
115114
]
116115
},
117116
{

0 commit comments

Comments
 (0)