andreped commited on
Commit
3f6a5df
1 Parent(s): 428925d

monai<=0.8.1

Browse files
Files changed (1) hide show
  1. setup.py +3 -3
setup.py CHANGED
@@ -9,11 +9,11 @@ setup(
9
  license="MIT",
10
  python_requires='>=3.7',
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': [
 
9
  license="MIT",
10
  python_requires='>=3.7',
11
  install_requires=[
12
+ 'numpy<=1.19.0',
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': [