Skip to content

Commit

Permalink
update doc and dkfz logo
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianIsensee committed Mar 16, 2023
1 parent 619d0ab commit 481d253
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file added documentation/assets/dkfz_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

setup(name='nnunetv2',
packages=find_namespace_packages(include=["nnunetv2", "nnunetv2.*"]),
version='2',
version='1.0',
description='nnU-Net. Framework for out-of-the box biomedical image segmentation.',
url='https://github.com/MIC-DKFZ/nnUNet',
author='Helmholtz Imaging Applied Computer Vision Lab, Division of Medical Image Computing, German Cancer Research Center',
author_email='f.isensee@dkfz-heidelberg.de',
license='Apache License Version 2.0, January 2004',
install_requires=[
"torch>=1.8.0a",
"torch>1.12",
"acvl-utils>=0.2",
"dynamic-network-architectures>=0.2",
"tqdm",
Expand All @@ -20,7 +20,8 @@
"batchgenerators>=0.25",
"numpy",
"scikit-learn",
"SimpleITK",
"scikit-image>=0.19.3",
"SimpleITK>=2.2.1",
"pandas",
"graphviz",
'tifffile',
Expand Down

0 comments on commit 481d253

Please sign in to comment.