Spaces:
Running
Running
torch==1.11 + monai<=0.3.0
Browse files
setup.py
CHANGED
@@ -10,9 +10,10 @@ setup(
|
|
10 |
python_requires='>=3.6',
|
11 |
install_requires=[
|
12 |
'numpy<=1.19',
|
13 |
-
'monai<=0.
|
14 |
'lungmask@git+https://github.com/andreped/lungmask',
|
15 |
'nibabel',
|
|
|
16 |
],
|
17 |
entry_points={
|
18 |
'console_scripts': [
|
|
|
10 |
python_requires='>=3.6',
|
11 |
install_requires=[
|
12 |
'numpy<=1.19',
|
13 |
+
'monai<=0.3.0',
|
14 |
'lungmask@git+https://github.com/andreped/lungmask',
|
15 |
'nibabel',
|
16 |
+
'torch==1.11',
|
17 |
],
|
18 |
entry_points={
|
19 |
'console_scripts': [
|