Skip to content

Commit 390d2a8

Browse files
committed
bump spec in dev envs
1 parent 806e0c1 commit 390d2a8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dev/env-py38.yaml

+1-1
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.2
7+
- bioimageio.spec>=0.5.3.3
88
- black
99
- crick # uncommented
1010
- filelock

dev/env-tf.yaml

+1-1
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.2
7+
- bioimageio.spec>=0.5.3.3
88
- black
99
# - crick # currently requires python<=3.9
1010
- filelock

dev/env-wo-python.yaml

+1-1
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.2
7+
- bioimageio.spec>=0.5.3.3
88
- black
99
# - crick # currently requires python<=3.9
1010
- filelock

dev/env.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: core
22
channels:
33
- conda-forge
44
dependencies:
5-
- bioimageio.spec>=0.5.3.2
5+
- bioimageio.spec>=0.5.3.3
66
- black
77
# - crick # currently requires python<=3.9
88
- filelock

0 commit comments

Comments
 (0)