File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,11 @@ The model specification and its validation tools can be found at <https://github
124124
125125## Changelog
126126
127+ ### 0.6.4
128+
129+ * add ` bioimageio validate-format ` command
130+ * improve error messages and display of command results
131+
127132### 0.6.3
128133
129134* Fix [ #386 ] ( https://github.com/bioimage-io/core-bioimage-io-python/issues/386 )
Original file line number Diff line number Diff line change 11{
2- "version": "0.6.3 "
2+ "version": "0.6.4 "
33}
Original file line number Diff line number Diff line change 2929 ],
3030 packages = find_namespace_packages (exclude = ["tests" ]),
3131 install_requires = [
32- "bioimageio.spec== 0.5.2.* " ,
32+ "bioimageio.spec>= 0.5.2.post5,<0.6 " ,
3333 "fire" ,
3434 "imageio>=2.5" ,
3535 "loguru" ,
You can’t perform that action at this time.
0 commit comments