We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72609fe commit db3e14cCopy full SHA for db3e14c
changelog.md
@@ -1,5 +1,6 @@
1
### 0.9.4
2
3
+- bump bioimageio.spec library version to 0.5.5.6
4
- Replace `conda activate <env name>` with `conda run -n <env name> python --version` when checking if a conda environment exists
5
(This is closer to the actual `conda run` command we need and avoids requests by conda to rerun `conda init` (in CI).)
6
pyproject.toml
@@ -6,7 +6,7 @@ requires-python = ">=3.9"
readme = "README.md"
7
dynamic = ["version"]
8
dependencies = [
9
- "bioimageio.spec ==0.5.5.5",
+ "bioimageio.spec ==0.5.5.6",
10
"h5py",
11
"imagecodecs",
12
"imageio>=2.10",
0 commit comments