File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ channels:
44 - conda-forge
55 - nodefaults
66dependencies :
7- - bioimageio.spec>=0.5.3.4
7+ - bioimageio.spec>=0.5.3.5
88 - black
99 - crick # uncommented
1010 - filelock
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ channels:
44 - conda-forge
55 - nodefaults
66dependencies :
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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ channels:
55 - nodefaults
66 - pytorch # added
77dependencies :
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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: core
22channels :
33 - conda-forge
44dependencies :
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments