Skip to content

Commit

Permalink
update memory requirements and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Aug 15, 2023
1 parent 9cf023c commit eef1aa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dcm2niixw.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
parser=parser,
title='dcm2niix',
category='MRI Processing',
min_memory_limit='100Mi',
min_memory_limit='2Gi',
min_cpu_limit='1000m',
)
def main(options: Namespace, inputdir: Path, outputdir: Path):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pl-dcm2niix',
version='0.1.0',
version='1.0.0',
description='A ChRIS DS plugin wrapper for dcm2niix',
author='FNNDSC',
author_email='[email protected]',
Expand Down

0 comments on commit eef1aa9

Please sign in to comment.