andreped commited on
Commit
beabbaa
·
unverified ·
1 Parent(s): 2d9bee3

torch==1.11 + deprecated Python 3.6 support

Browse files
Files changed (1) hide show
  1. setup.py +2 -3
setup.py CHANGED
@@ -7,13 +7,13 @@ setup(
7
  author="Svein Ole M Sevle, Vemund Fredriksen, and André Pedersen",
8
  url="https://github.com/VemundFredriksen/LungTumorMask",
9
  license="MIT",
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.10',
17
  ],
18
  entry_points={
19
  'console_scripts': [
@@ -21,7 +21,6 @@ setup(
21
  ]
22
  },
23
  classifiers=[
24
- "Programming Language :: Python :: 3.6",
25
  "Programming Language :: Python :: 3.7",
26
  "Programming Language :: Python :: 3.8",
27
  "License :: OSI Approved :: MIT License",
 
7
  author="Svein Ole M Sevle, Vemund Fredriksen, and André Pedersen",
8
  url="https://github.com/VemundFredriksen/LungTumorMask",
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': [
 
21
  ]
22
  },
23
  classifiers=[
 
24
  "Programming Language :: Python :: 3.7",
25
  "Programming Language :: Python :: 3.8",
26
  "License :: OSI Approved :: MIT License",