Skip to content

Commit

Permalink
Merge pull request #836 from VukW/dicom-anonymizer-1-0-12
Browse files Browse the repository at this point in the history
Fixed version dicom anonymizer
  • Loading branch information
sarthakpati authored Mar 26, 2024
2 parents c52de72 + 0be31c2 commit 12224f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GANDLF/anonymize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run_anonymizer(
input_path,
output_path,
anonymization_actions={},
deletePrivateTags=parameters["delete_private_tags"],
delete_private_tags=parameters["delete_private_tags"],
)
elif parameters["modality"] in ["histo", "path"]:
# anonymize_slide(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def run(self):
"segmentation-models-pytorch==0.3.3",
"ACSConv==0.1.1",
"docker",
"dicom-anonymizer",
"dicom-anonymizer==1.0.12",
"twine",
"zarr",
"keyring",
Expand Down

0 comments on commit 12224f9

Please sign in to comment.