|
8 | 8 | readme = readme_file.read() |
9 | 9 |
|
10 | 10 | requirements = [ |
11 | | - "numpy==1.22.0", |
| 11 | + "numpy", |
12 | 12 | "SimpleITK!=2.0.*", |
13 | 13 | "SimpleITK!=2.2.1", # https://github.com/mlcommons/GaNDLF/issues/536 |
14 | 14 | "setuptools", |
|
20 | 20 |
|
21 | 21 | setup( |
22 | 22 | name="LabelFusion", |
23 | | - version="1.0.13", # dev: development release; this should be changed when tagging |
| 23 | + version="1.0.14", # dev: development release; this should be changed when tagging |
24 | 24 | author="Megh Bhalerao, Sarthak Pati", |
25 | 25 | author_email="software@cbica.upenn.edu", |
26 | | - python_requires=">=3.6", |
| 26 | + python_requires=">=3.8", |
27 | 27 | packages=find_packages(), |
28 | 28 | scripts=["fusion_run"], |
29 | 29 | classifiers=[ |
|
32 | 32 | "License :: OSI Approved :: Apache Software License", |
33 | 33 | "Natural Language :: English", |
34 | 34 | "Operating System :: OS Independent", |
35 | | - "Programming Language :: Python :: 3.6", |
36 | | - "Programming Language :: Python :: 3.7", |
37 | 35 | "Programming Language :: Python :: 3.8", |
| 36 | + "Programming Language :: Python :: 3.9", |
| 37 | + "Programming Language :: Python :: 3.10", |
38 | 38 | ], |
39 | 39 | description=("Label fusion strategies for multi-class labels."), |
40 | 40 | url="https://github.com/FETS-AI/LabelFusion", |
|
0 commit comments