andreped commited on
Commit
14be879
·
unverified ·
1 Parent(s): be27fc6

Use older version of MONAI

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',
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
  ],