Skip to content

Commit c766f12

Browse files
committed
bump spec in dev envs
1 parent 1d3000b commit c766f12

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dev/env-py38.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- defaults
66
dependencies:
7-
- bioimageio.spec>=0.5.3
7+
- bioimageio.spec>=0.5.3.2
88
- black
99
- crick # uncommented
1010
- filelock

dev/env-tf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- defaults
66
dependencies:
7-
- bioimageio.spec>=0.5.3
7+
- bioimageio.spec>=0.5.3.2
88
- black
99
# - crick # currently requires python<=3.9
1010
- filelock

dev/env-wo-python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- defaults
66
dependencies:
7-
- bioimageio.spec>=0.5.3
7+
- bioimageio.spec>=0.5.3.2
88
- black
99
# - crick # currently requires python<=3.9
1010
- filelock

dev/env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- bioimageio.spec>=0.5.3
6+
- bioimageio.spec>=0.5.3.2
77
- black
88
# - crick # currently requires python<=3.9
99
- filelock

0 commit comments

Comments
 (0)