andreped commited on
Commit
fdb26eb
1 Parent(s): 2fa7fae

Upgrade scikit-image dep

Browse files
Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -13,7 +13,7 @@ setup(
13
  'monai<=0.8.1',
14
  'lungmask@git+https://github.com/andreped/lungmask',
15
  'nibabel',
16
- 'scikit-image>=0.17.0',
17
  'torch>=1.10.2,<=1.11',
18
  ],
19
  entry_points={
 
13
  'monai<=0.8.1',
14
  'lungmask@git+https://github.com/andreped/lungmask',
15
  'nibabel',
16
+ 'scikit-image>=0.19.3',
17
  'torch>=1.10.2,<=1.11',
18
  ],
19
  entry_points={