diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index d872c57f8..2dd340331 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -55,10 +55,10 @@ jobs: # Below steps are for GitHub Packages integration, metadata and signing # See https://github.com/mlcommons/GaNDLF/new/master?filename=.github%2Fworkflows%2Fdocker-publish.yml&workflow_template=docker-publish - # Install the cosign tool except on PR - # https://github.com/sigstore/cosign-installer - - name: Install cosign - uses: sigstore/cosign-installer@v3.2.0 + # # Install the cosign tool except on PR + # # https://github.com/sigstore/cosign-installer + # - name: Install cosign + # uses: sigstore/cosign-installer@v3.2.0 - name: Log into GitHub Packages registry (ghcr.io) if: github.event_name != 'pull_request' diff --git a/GANDLF/metrics/segmentation_panoptica.py b/GANDLF/metrics/segmentation_panoptica.py index d62342b73..7a9645a1a 100644 --- a/GANDLF/metrics/segmentation_panoptica.py +++ b/GANDLF/metrics/segmentation_panoptica.py @@ -22,7 +22,7 @@ def generate_instance_segmentation( cwd = Path(__file__).parent.absolute() panoptica_config_path = ( - cwd / "panoptica_config_path.yaml" + cwd / "panoptica_config_brats.yaml" if panoptica_config_path is None else panoptica_config_path ) diff --git a/setup.py b/setup.py index 06158cec5..94f404699 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ "twine", "keyring", "monai==1.4.0", - "click>=8.0.0", + "click==8.1.8", "deprecated", "packaging==24.0", "typer==0.9.0",