Skip to content

Commit 02245ee

Browse files
committed
also pin tifffile in test envs
1 parent 4141eab commit 02245ee

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

dev/environment-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dependencies:
1515
- pytorch
1616
- onnxruntime
1717
- tensorflow >=1.12,<2.0
18-
- tifffile
18+
- tifffile <=2022.4.8 # pin fixes Syntax error; see https://github.com/bioimage-io/core-bioimage-io-python/pull/259
1919
- pip:
2020
- keras==1.2.2

dev/environment-tf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dependencies:
1313
- python >=3.7,<3.8 # this environment is only available for python 3.7
1414
- xarray
1515
- tensorflow >1.14,<2.0
16-
- tifffile
16+
- tifffile <=2022.4.8 # pin fixes Syntax error; see https://github.com/bioimage-io/core-bioimage-io-python/pull/259
1717
- keras

dev/environment-torch.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ dependencies:
1414
- xarray
1515
- pytorch
1616
- onnxruntime
17-
- tifffile
17+
- tifffile <=2022.4.8 # pin fixes Syntax error; see https://github.com/bioimage-io/core-bioimage-io-python/pull/259
18+

0 commit comments

Comments
 (0)