Spaces:
Running
Running
torch==1.10
Browse files
setup.py
CHANGED
@@ -13,7 +13,7 @@ setup(
|
|
13 |
'monai<=0.3.0',
|
14 |
'lungmask@git+https://github.com/andreped/lungmask',
|
15 |
'nibabel',
|
16 |
-
'torch==1.
|
17 |
],
|
18 |
entry_points={
|
19 |
'console_scripts': [
|
|
|
13 |
'monai<=0.3.0',
|
14 |
'lungmask@git+https://github.com/andreped/lungmask',
|
15 |
'nibabel',
|
16 |
+
'torch==1.10',
|
17 |
],
|
18 |
entry_points={
|
19 |
'console_scripts': [
|