Skip to content

Commit 2e11fa8

Browse files
committed
skip installation of careamics
1 parent f08a728 commit 2e11fa8

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

bioimageio/core/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def _example(self):
515515
stats=stats_file,
516516
blockwise=self.blockwise,
517517
)
518-
assert is_yaml_value(cli_example_args)
518+
assert is_yaml_value(cli_example_args), cli_example_args
519519
write_yaml(
520520
cli_example_args,
521521
bioimageio_cli_path,

dev/env-full.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ channels:
66
dependencies:
77
- bioimageio.spec==0.5.4.3
88
- black
9-
- careamics
109
- cellpose # for model testing
1110
# - crick # currently requires python<=3.9
1211
- h5py
@@ -19,7 +18,6 @@ dependencies:
1918
- matplotlib
2019
- monai # for model testing
2120
- napari
22-
2321
- numpy
2422
- onnx
2523
- onnxruntime
@@ -48,5 +46,6 @@ dependencies:
4846
- typing-extensions
4947
- xarray>=2024.01,<2025.3.0
5048
- pip:
49+
# - careamics # for model testing (TODO: install without exact bioimageio.core pin)
5150
- git+https://github.com/ChaoningZhang/MobileSAM.git # for model testing
5251
- -e ..

dev/env-gpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies:
4343
- pip:
4444
# - tf2onnx # TODO: add tf2onnx
4545
- --extra-index-url https://download.pytorch.org/whl/cu126
46-
- careamics # TODO: add careamics for model testing (currently pins pydantic to <2.9)
46+
# - careamics # for model testing (TODO: install without exact bioimageio.core pin)
4747
- git+https://github.com/ChaoningZhang/MobileSAM.git # for model testing
4848
- onnxruntime-gpu
4949
- tensorflow

0 commit comments

Comments
 (0)