Skip to content
Snippets Groups Projects
Commit 6b5419a5 authored by Fabian Isensee's avatar Fabian Isensee
Browse files

setup.py

parent d531088d
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -3,8 +3,22 @@ from setuptools import setup
setup(name='nnunet',
version='0.1',
description='no new-net. Framework for out-of-the box medical image segmentation.',
url='none',
author='Fabian Isensee',
url='https://github.com/MIC-DKFZ/nnUNet',
author='Division of Medical Image Computing, German Cancer Research Center',
author_email='f.isensee@dkfz-heidelberg.de',
license='private - fck off',
zip_safe=False)
license='Apache License Version 2.0, January 2004',
install_requires=[
"tqdm",
"dicom2nifti",
"scikit-image>=0.14",
"medpy",
"scipy",
"batchgenerators>=0.19.3",
"numpy",
"sklearn",
"SimpleITK",
"pandas",
],
keywords=['deep learning', 'image segmentation', 'medical image analysis',
'medical image segmentation', 'nnU-Net', 'nnunet']
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment