From b8bad0bf54c4004004f474360bed612126a6add2 Mon Sep 17 00:00:00 2001 From: fynnbe Date: Fri, 15 Nov 2024 20:52:02 +0100 Subject: [PATCH] bump minor and spec --- README.md | 2 +- bioimageio/core/VERSION | 2 +- dev/env-py38.yaml | 2 +- dev/env-tf.yaml | 2 +- dev/env-wo-python.yaml | 2 +- dev/env.yaml | 2 +- setup.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 36020ee9..93665068 100644 --- a/README.md +++ b/README.md @@ -375,7 +375,7 @@ The model specification and its validation tools can be found at =0.5.3.3 + - bioimageio.spec>=0.5.3.4 - black - crick # uncommented - filelock diff --git a/dev/env-tf.yaml b/dev/env-tf.yaml index 07326883..2aa96d0b 100644 --- a/dev/env-tf.yaml +++ b/dev/env-tf.yaml @@ -4,7 +4,7 @@ channels: - conda-forge - nodefaults dependencies: - - bioimageio.spec>=0.5.3.3 + - bioimageio.spec>=0.5.3.4 - black # - crick # currently requires python<=3.9 - filelock diff --git a/dev/env-wo-python.yaml b/dev/env-wo-python.yaml index 65250a9f..43388c34 100644 --- a/dev/env-wo-python.yaml +++ b/dev/env-wo-python.yaml @@ -5,7 +5,7 @@ channels: - nodefaults - pytorch # added dependencies: - - bioimageio.spec>=0.5.3.3 + - bioimageio.spec>=0.5.3.4 - black # - crick # currently requires python<=3.9 - filelock diff --git a/dev/env.yaml b/dev/env.yaml index e3040ea8..3f156380 100644 --- a/dev/env.yaml +++ b/dev/env.yaml @@ -2,7 +2,7 @@ name: core channels: - conda-forge dependencies: - - bioimageio.spec>=0.5.3.3 + - bioimageio.spec>=0.5.3.4 - black # - crick # currently requires python<=3.9 - filelock diff --git a/setup.py b/setup.py index a3ae1077..e9f6ce46 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ ], packages=find_namespace_packages(exclude=["tests"]), install_requires=[ - "bioimageio.spec ==0.5.3.3", + "bioimageio.spec ==0.5.3.4", "h5py", "imageio>=2.10", "loguru",