Spaces:
Sleeping
Sleeping
Support torch range to support Python 3.10
Browse files
setup.py
CHANGED
|
@@ -13,7 +13,7 @@ setup(
|
|
| 13 |
'monai<=0.8.1',
|
| 14 |
'lungmask@git+https://github.com/andreped/lungmask',
|
| 15 |
'nibabel',
|
| 16 |
-
'torch=
|
| 17 |
],
|
| 18 |
entry_points={
|
| 19 |
'console_scripts': [
|
|
|
|
| 13 |
'monai<=0.8.1',
|
| 14 |
'lungmask@git+https://github.com/andreped/lungmask',
|
| 15 |
'nibabel',
|
| 16 |
+
'torch>=1.10.2,<=1.11',
|
| 17 |
],
|
| 18 |
entry_points={
|
| 19 |
'console_scripts': [
|