Skip to content

Commit db3e14c

Browse files
committed
bump spec version
1 parent 72609fe commit db3e14c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### 0.9.4
22

3+
- bump bioimageio.spec library version to 0.5.5.6
34
- Replace `conda activate <env name>` with `conda run -n <env name> python --version` when checking if a conda environment exists
45
(This is closer to the actual `conda run` command we need and avoids requests by conda to rerun `conda init` (in CI).)
56

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires-python = ">=3.9"
66
readme = "README.md"
77
dynamic = ["version"]
88
dependencies = [
9-
"bioimageio.spec ==0.5.5.5",
9+
"bioimageio.spec ==0.5.5.6",
1010
"h5py",
1111
"imagecodecs",
1212
"imageio>=2.10",

0 commit comments

Comments
 (0)