andreped commited on
Commit
d99ac7a
1 Parent(s): 14be879

Fixed typo in deps

Browse files
Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -10,7 +10,7 @@ setup(
10
  python_requires='>=3.6',
11
  install_requires=[
12
  'numpy',
13
- 'monai<=0.8.1'',
14
  'lungmask@git+https://github.com/andreped/lungmask',
15
  'nibabel',
16
  ],
 
10
  python_requires='>=3.6',
11
  install_requires=[
12
  'numpy',
13
+ 'monai<=0.8.1',
14
  'lungmask@git+https://github.com/andreped/lungmask',
15
  'nibabel',
16
  ],