From a0b17b7ede6f4cc39749690d058031371160d25f Mon Sep 17 00:00:00 2001 From: fynnbe Date: Wed, 21 Feb 2024 16:47:53 +0100 Subject: [PATCH] bump spec and core --- .github/workflows/stage.yaml | 1 + requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stage.yaml b/.github/workflows/stage.yaml index ab4f7d8d..f1a7582f 100644 --- a/.github/workflows/stage.yaml +++ b/.github/workflows/stage.yaml @@ -19,6 +19,7 @@ jobs: uses: ./.github/workflows/stage_call.yaml with: resource_id: ${{inputs.resource_id}} + package_url: ${{inputs.package_url}} S3_HOST: ${{vars.S3_HOST}} S3_BUCKET: ${{vars.S3_BUCKET}} S3_FOLDER: ${{vars.S3_FOLDER}} diff --git a/requirements.txt b/requirements.txt index 10f26768..897afc6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -bioimageio.spec @ git+https://github.com/bioimage-io/spec-bioimage-io@0b707b83b061da7584e554cedbf0c6d725980619 # TODO: chenage to released version -bioimageio.core @ git+https://github.com/bioimage-io/core-bioimage-io-python@a9493768bffbf96f359cd44540acd350954b11e3 # TODO: chenage to released version +bioimageio.spec @ git+https://github.com/bioimage-io/spec-bioimage-io@19105665ad779014e03c7b311c0b4003ab08f752 # TODO: chenage to released version +bioimageio.core @ git+https://github.com/bioimage-io/core-bioimage-io-python@3a7875b5debc2d52b2fc87f6579afe217e1c7280 # TODO: chenage to released version black==24.2.0 loguru==0.7.2 minio==7.2.3