File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ The model specification and its validation tools can be found at <https://github
375375
376376# # Changelog
377377
378- # ## 0.7.0 (to be released)
378+ # ## 0.7.0
379379
380380- breaking :
381381 - bioimageio CLI now has implicit boolean flags
Original file line number Diff line number Diff line change 11{
2- "version": "0.6.10 "
2+ "version": "0.7.0 "
33}
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.3
7+ - bioimageio.spec>=0.5.3.4
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.3
7+ - bioimageio.spec>=0.5.3.4
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.3
8+ - bioimageio.spec>=0.5.3.4
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.3
5+ - bioimageio.spec>=0.5.3.4
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.3 " ,
33+ "bioimageio.spec ==0.5.3.4 " ,
3434 "h5py" ,
3535 "imageio>=2.10" ,
3636 "loguru" ,
You can’t perform that action at this time.
0 commit comments