Skip to content

Commit

Permalink
force pydicom prior to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov authored Sep 12, 2024
1 parent 4e02ad4 commit 84178c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/getting_started/part2_searching_basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
],
"source": [
"# Install the packages required for sorting and loading the data as well as visualization\n",
"!pip install -q pydicom-seg \"itk-io>=5.3.0\" \"itkwidgets[all]>=1.0a32\""
"!pip install -q \"pydicom<3.0.0\" pydicom-seg \"itk-io>=5.3.0\" \"itkwidgets[all]>=1.0a32\""
]
},
{
Expand Down

0 comments on commit 84178c1

Please sign in to comment.