Spaces:
Running
Running
Use older version of MONAI
Browse files
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 |
],
|