File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ channels:
66dependencies :
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 ..
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments