Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati committed Jul 12, 2023
1 parent 8169933 commit 4137c8b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
readme = readme_file.read()

requirements = [
"numpy==1.22.0",
"numpy",
"SimpleITK!=2.0.*",
"SimpleITK!=2.2.1", # https://github.com/mlcommons/GaNDLF/issues/536
"setuptools",
Expand All @@ -20,10 +20,10 @@

setup(
name="LabelFusion",
version="1.0.13", # dev: development release; this should be changed when tagging
version="1.0.14", # dev: development release; this should be changed when tagging
author="Megh Bhalerao, Sarthak Pati",
author_email="software@cbica.upenn.edu",
python_requires=">=3.6",
python_requires=">=3.8",
packages=find_packages(),
scripts=["fusion_run"],
classifiers=[
Expand All @@ -32,9 +32,9 @@
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
description=("Label fusion strategies for multi-class labels."),
url="https://github.com/FETS-AI/LabelFusion",
Expand Down

0 comments on commit 4137c8b

Please sign in to comment.