Skip to content

Commit 4137c8b

Browse files
committed
updated requirements
1 parent 8169933 commit 4137c8b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
readme = readme_file.read()
99

1010
requirements = [
11-
"numpy==1.22.0",
11+
"numpy",
1212
"SimpleITK!=2.0.*",
1313
"SimpleITK!=2.2.1", # https://github.com/mlcommons/GaNDLF/issues/536
1414
"setuptools",
@@ -20,10 +20,10 @@
2020

2121
setup(
2222
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
2424
author="Megh Bhalerao, Sarthak Pati",
2525
author_email="software@cbica.upenn.edu",
26-
python_requires=">=3.6",
26+
python_requires=">=3.8",
2727
packages=find_packages(),
2828
scripts=["fusion_run"],
2929
classifiers=[
@@ -32,9 +32,9 @@
3232
"License :: OSI Approved :: Apache Software License",
3333
"Natural Language :: English",
3434
"Operating System :: OS Independent",
35-
"Programming Language :: Python :: 3.6",
36-
"Programming Language :: Python :: 3.7",
3735
"Programming Language :: Python :: 3.8",
36+
"Programming Language :: Python :: 3.9",
37+
"Programming Language :: Python :: 3.10",
3838
],
3939
description=("Label fusion strategies for multi-class labels."),
4040
url="https://github.com/FETS-AI/LabelFusion",

0 commit comments

Comments
 (0)