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
124
124
125
125
## Changelog
126
126
127
+ ### 0.6.4
128
+
129
+ * add ` bioimageio validate-format ` command
130
+ * improve error messages and display of command results
131
+
127
132
### 0.6.3
128
133
129
134
* Fix [ #386 ] ( https://github.com/bioimage-io/core-bioimage-io-python/issues/386 )
Original file line number Diff line number Diff line change 1
1
{
2
- "version": "0.6.3 "
2
+ "version": "0.6.4 "
3
3
}
Original file line number Diff line number Diff line change 29
29
],
30
30
packages = find_namespace_packages (exclude = ["tests" ]),
31
31
install_requires = [
32
- "bioimageio.spec== 0.5.2.* " ,
32
+ "bioimageio.spec>= 0.5.2.post5,<0.6 " ,
33
33
"fire" ,
34
34
"imageio>=2.5" ,
35
35
"loguru" ,
You can’t perform that action at this time.
0 commit comments