File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- # manipulated copy of env.yaml
1+ # manipulated copy of env.yaml wo dependencies 'for model testing'
22name : core38
33channels :
44 - conda-forge
Original file line number Diff line number Diff line change 1- # modified copy of env.yaml
1+ # modified copy of env.yaml wo dependencies 'for model testing'
22name : core-tf # changed
33channels :
44 - conda-forge
Original file line number Diff line number Diff line change 1- # modified copy of env.yaml
1+ # modified copy of env.yaml wo dependencies 'for model testing'
22name : core
33channels :
44 - conda-forge
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ dependencies:
77 - bioimageio.spec>=0.5.3.6
88 - black
99 # - careamics # TODO: add careamics for model testing (currently pins pydantic to <2.9)
10+ - cellpose # for model testing
1011 # - crick # currently requires python<=3.9
1112 - h5py
1213 - imagecodecs
@@ -29,7 +30,7 @@ dependencies:
2930 - pyright
3031 - pytest
3132 - pytest-cov
32- - python=3.12
33+ - python=3.11 # 3.12 not supported by cellpose->fastremap
3334 - pytorch>=2.1,<3
3435 - requests
3536 - rich
Original file line number Diff line number Diff line change 6767 "pytest" ,
6868 "segment-anything" , # for model testing
6969 "timm" , # for model testing
70+ "cellpose" , # for model testing
7071 ]
7172 ),
7273 },
You can’t perform that action at this time.
0 commit comments