File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/integrations/itk Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232 "# Install dependencies for this example\n",
3333 "import sys\n",
3434 "\n",
35- "!{sys.executable} -m pip install -q pooch tqdm \"itk-io>=5.3.0\" \"itk-filtering>=5.3.0\" \"itkwidgets[all]>=1.0a41 \" rich"
35+ "!{sys.executable} -m pip install -q pooch tqdm \"itk-io>=5.3.0\" \"itk-filtering>=5.3.0\" \"itkwidgets[all]>=1.0a48 \" rich"
3636 ]
3737 },
3838 {
Original file line number Diff line number Diff line change 44import importlib_metadata
55HAVE_ITK = False
66try :
7- itk_version = importlib_metadata .version ('itk' )
7+ itk_version = importlib_metadata .version ('itk-core ' )
88 if version .parse (itk_version ) < version .parse ('5.3.0' ):
99 raise RuntimeError ('itk 5.3 or newer is required. `pip install itk>=5.3.0`' )
1010 HAVE_ITK = True
You can’t perform that action at this time.
0 commit comments