Skip to content

Commit

Permalink
setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianIsensee committed Apr 25, 2019
1 parent d531088 commit 6b5419a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
File renamed without changes.
22 changes: 18 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,22 @@
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='[email protected]',
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 comments on commit 6b5419a

Please sign in to comment.