andreped commited on
Commit
949adda
·
unverified ·
1 Parent(s): 3f6a5df

Adding back Python 3.6 support

Browse files
Files changed (1) hide show
  1. setup.py +2 -1
setup.py CHANGED
@@ -7,7 +7,7 @@ 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.7',
11
  install_requires=[
12
  'numpy<=1.19.0',
13
  'monai<=0.8.1',
@@ -21,6 +21,7 @@ setup(
21
  ]
22
  },
23
  classifiers=[
 
24
  "Programming Language :: Python :: 3.7",
25
  "Programming Language :: Python :: 3.8",
26
  "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.6',
11
  install_requires=[
12
  'numpy<=1.19.0',
13
  'monai<=0.8.1',
 
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",