File tree Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -364,6 +364,10 @@ may be controlled with the `LOGURU_LEVEL` environment variable.
364
364
365
365
## Changelog
366
366
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
+
367
371
### 0.8.0
368
372
369
373
- breaking: removed ` decimals ` argument from bioimageio CLI and ` bioimageio.core.commands.test() `
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ channels:
5
5
- nodefaults
6
6
- pytorch
7
7
dependencies :
8
- - bioimageio.spec==0.5.4.1
8
+ - bioimageio.spec==0.5.4.2
9
9
- black
10
10
# - crick # currently requires python<=3.9
11
11
- h5py
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ channels:
4
4
- nodefaults
5
5
- pytorch
6
6
dependencies :
7
- - bioimageio.spec==0.5.4.1
7
+ - bioimageio.spec==0.5.4.2
8
8
- black
9
9
# - careamics # TODO: add careamics for model testing (currently pins pydantic to <2.9)
10
10
- cellpose # for model testing
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ channels:
4
4
- conda-forge
5
5
- nodefaults
6
6
dependencies :
7
- - bioimageio.spec==0.5.4.1
7
+ - bioimageio.spec==0.5.4.2
8
8
- black
9
9
- cellpose # for model testing
10
10
# - crick # currently requires python<=3.9
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ channels:
5
5
- nodefaults
6
6
- pytorch
7
7
dependencies :
8
- - bioimageio.spec==0.5.4.1
8
+ - bioimageio.spec==0.5.4.2
9
9
- black
10
10
- crick # uncommented
11
11
- h5py
Original file line number Diff line number Diff line change 30
30
],
31
31
packages = find_namespace_packages (exclude = ["tests" ]),
32
32
install_requires = [
33
- "bioimageio.spec ==0.5.4.1 " ,
33
+ "bioimageio.spec ==0.5.4.2 " ,
34
34
"h5py" ,
35
35
"imagecodecs" ,
36
36
"imageio>=2.10" ,
You can’t perform that action at this time.
0 commit comments