Skip to content

Commit ed3e38d

Browse files
committed
bump spec version
1 parent 97929a6 commit ed3e38d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dev/env-py38.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- nodefaults
66
- pytorch
77
dependencies:
8-
- bioimageio.spec>=0.5.3.6
8+
- bioimageio.spec>=0.5.4.0
99
- black
1010
- crick # uncommented
1111
- h5py

dev/env-tf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- nodefaults
66
# - pytroch # removed
77
dependencies:
8-
- bioimageio.spec>=0.5.3.6
8+
- bioimageio.spec>=0.5.4.0
99
- black
1010
# - crick # currently requires python<=3.9
1111
- h5py

dev/env-wo-python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- nodefaults
66
- pytorch
77
dependencies:
8-
- bioimageio.spec>=0.5.3.6
8+
- bioimageio.spec>=0.5.4.0
99
- black
1010
# - crick # currently requires python<=3.9
1111
- h5py

dev/env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- nodefaults
55
- pytorch
66
dependencies:
7-
- bioimageio.spec>=0.5.3.6
7+
- bioimageio.spec>=0.5.4.0
88
- black
99
# - careamics # TODO: add careamics for model testing (currently pins pydantic to <2.9)
1010
- cellpose # for model testing

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
packages=find_namespace_packages(exclude=["tests"]),
3232
install_requires=[
33-
"bioimageio.spec ==0.5.3.6",
33+
"bioimageio.spec ==0.5.4.0",
3434
"h5py",
3535
"imagecodecs",
3636
"imageio>=2.10",

0 commit comments

Comments
 (0)