Skip to content

Commit

Permalink
Merge pull request #753 from mlcommons/752_hotfix_for_training
Browse files Browse the repository at this point in the history
Fixed the issue where a specific library prevents training to start
  • Loading branch information
sarthakpati authored Dec 1, 2023
2 parents af5af57 + aef322d commit 38fa03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def run(self):
"pydicom",
"onnx",
"torchinfo==1.7.0",
"segmentation-models-pytorch==0.3.2",
"segmentation-models-pytorch==0.3.3",
"ACSConv==0.1.1",
"docker",
"dicom-anonymizer",
Expand Down

0 comments on commit 38fa03b

Please sign in to comment.