Skip to content

Commit

Permalink
memory and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Apr 23, 2024
1 parent ab814e4 commit 1211b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dicom_headerEdit.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def earlyExit_check(args) -> int:
parser=parserDS,
title='Edit DICOM header fields',
category='', # ref. https://chrisstore.co/plugins
min_memory_limit='4Gi', # supported units: Mi, Gi
min_memory_limit='16Gi', # supported units: Mi, Gi
min_cpu_limit='2000m', # millicores, e.g. "1000m" = 1 CPU core
min_gpu_limit=0 # set min_gpu_limit=1 to enable GPU
)
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='dicom_headerEdit',
version='1.1.5',
version='1.1.6',
description='"dicom_headerEdit" is a ChRIS DS plugin that allows for batch editing of DICOM header fields.',
author='FNNDSC',
author_email='dev@babyMRI.org',
Expand Down

0 comments on commit 1211b2d

Please # to comment.