We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b516b7b commit bcf3f2cCopy full SHA for bcf3f2c
README.md
@@ -124,6 +124,11 @@ The model specification and its validation tools can be found at <https://github
124
125
## Changelog
126
127
+### 0.6.4
128
+
129
+* add `bioimageio validate-format` command
130
+* improve error messages and display of command results
131
132
### 0.6.3
133
134
* Fix [#386](https://github.com/bioimage-io/core-bioimage-io-python/issues/386)
bioimageio/core/VERSION
@@ -1,3 +1,3 @@
1
{
2
- "version": "0.6.3"
+ "version": "0.6.4"
3
}
setup.py
@@ -29,7 +29,7 @@
29
],
30
packages=find_namespace_packages(exclude=["tests"]),
31
install_requires=[
32
- "bioimageio.spec==0.5.2.*",
+ "bioimageio.spec>=0.5.2.post5,<0.6",
33
"fire",
34
"imageio>=2.5",
35
"loguru",
0 commit comments