Skip to content

Commit 84178c1

Browse files
authored
force pydicom prior to 3.0.0
1 parent 4e02ad4 commit 84178c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/getting_started/part2_searching_basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
],
306306
"source": [
307307
"# Install the packages required for sorting and loading the data as well as visualization\n",
308-
"!pip install -q pydicom-seg \"itk-io>=5.3.0\" \"itkwidgets[all]>=1.0a32\""
308+
"!pip install -q \"pydicom<3.0.0\" pydicom-seg \"itk-io>=5.3.0\" \"itkwidgets[all]>=1.0a32\""
309309
]
310310
},
311311
{

0 commit comments

Comments
 (0)