Skip to content

Commit 07cc873

Browse files
committed
bump spec version
1 parent bcc905e commit 07cc873

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ The model specification and its validation tools can be found at <https://github
383383
- use new `ValidationDetail.recommended_env` in `ValidationSummary`
384384
- improve `get_io_sample_block_metas()`
385385
- now works for sufficiently large, but not exactly shaped inputs
386-
- update to support `zipfile.ZipFile` object with bioimageio.spec==0.5.3.4
386+
- update to support `zipfile.ZipFile` object with bioimageio.spec==0.5.3.5
387387
- add io helpers `resolve` and `resolve_and_extract`
388388
- added `enable_determinism` function and **determinism** input argument for testing with seeded
389389
random generators and optionally (determinsim=="full") instructing DL frameworks to use

dev/env-py38.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.3.4
7+
- bioimageio.spec>=0.5.3.5
88
- black
99
- crick # uncommented
1010
- filelock

dev/env-tf.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.3.4
7+
- bioimageio.spec>=0.5.3.5
88
- black
99
# - crick # currently requires python<=3.9
1010
- filelock

dev/env-wo-python.yaml

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

dev/env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: core
22
channels:
33
- conda-forge
44
dependencies:
5-
- bioimageio.spec>=0.5.3.4
5+
- bioimageio.spec>=0.5.3.5
66
- black
77
# - crick # currently requires python<=3.9
88
- filelock

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.3.4",
33+
"bioimageio.spec ==0.5.3.5",
3434
"h5py",
3535
"imageio>=2.10",
3636
"loguru",

0 commit comments

Comments
 (0)