Skip to content

Commit 49081f9

Browse files
committed
bump spec
1 parent a089a3f commit 49081f9

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,10 @@ may be controlled with the `LOGURU_LEVEL` environment variable.
364364

365365
## Changelog
366366

367+
### 0.9.0 (coming soon)
368+
369+
- update to [bioimageio.spec 0.5.4.2](https://github.com/bioimage-io/spec-bioimage-io/blob/main/changelog.md#bioimageiospec-0542)
370+
367371
### 0.8.0
368372

369373
- breaking: removed `decimals` argument from bioimageio CLI and `bioimageio.core.commands.test()`

dev/env-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- nodefaults
66
- pytorch
77
dependencies:
8-
- bioimageio.spec==0.5.4.1
8+
- bioimageio.spec==0.5.4.2
99
- black
1010
# - crick # currently requires python<=3.9
1111
- h5py

dev/env-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- nodefaults
55
- pytorch
66
dependencies:
7-
- bioimageio.spec==0.5.4.1
7+
- bioimageio.spec==0.5.4.2
88
- black
99
# - careamics # TODO: add careamics for model testing (currently pins pydantic to <2.9)
1010
- cellpose # for model testing

dev/env-gpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- nodefaults
66
dependencies:
7-
- bioimageio.spec==0.5.4.1
7+
- bioimageio.spec==0.5.4.2
88
- black
99
- cellpose # for model testing
1010
# - crick # currently requires python<=3.9

dev/env-py38.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- nodefaults
66
- pytorch
77
dependencies:
8-
- bioimageio.spec==0.5.4.1
8+
- bioimageio.spec==0.5.4.2
99
- black
1010
- crick # uncommented
1111
- h5py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
packages=find_namespace_packages(exclude=["tests"]),
3232
install_requires=[
33-
"bioimageio.spec ==0.5.4.1",
33+
"bioimageio.spec ==0.5.4.2",
3434
"h5py",
3535
"imagecodecs",
3636
"imageio>=2.10",

0 commit comments

Comments
 (0)