andreped commited on
Commit
f8926b9
1 Parent(s): f0e4610

Support torch range to support Python 3.10

Browse files
Files changed (1) hide show
  1. setup.py +1 -1
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==1.10.2',
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': [