File tree Expand file tree Collapse file tree 5 files changed +55
-4
lines changed Expand file tree Collapse file tree 5 files changed +55
-4
lines changed Original file line number Diff line number Diff line change 1+ name : core-gpu
2+ channels :
3+ - conda-forge
4+ - nodefaults
5+ dependencies :
6+ - bioimageio.spec==0.5.4.1
7+ - black
8+ - cellpose # for model testing
9+ # - crick # currently requires python<=3.9
10+ - h5py
11+ - imagecodecs
12+ - imageio>=2.5
13+ - jupyter
14+ - jupyter-black
15+ - keras>=3.0,<4
16+ - loguru
17+ - matplotlib
18+ - monai # for model testing
19+ - numpy
20+ - onnx
21+ - packaging>=17.0
22+ - pdoc
23+ - pip
24+ - pre-commit
25+ - psutil
26+ - pydantic<2.9
27+ - pydantic-settings
28+ - pyright
29+ - pytest
30+ - pytest-cov
31+ - python=3.11
32+ - requests
33+ - rich
34+ - ruff
35+ - ruyaml
36+ - segment-anything # for model testing
37+ - timm # for model testing
38+ - tqdm
39+ - typing-extensions
40+ - xarray
41+ - pip :
42+ # - tf2onnx # TODO: add tf2onnx
43+ - --extra-index-url https://download.pytorch.org/whl/cu126
44+ - careamics # TODO: add careamics for model testing (currently pins pydantic to <2.9)
45+ - git+https://github.com/ChaoningZhang/MobileSAM.git # for model testing
46+ - onnxruntime-gpu
47+ - tensorflow
48+ - torch
49+ - torchaudio
50+ - torchvision>=0.21
51+ - -e ..
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ channels:
55 - nodefaults
66 - pytorch
77dependencies :
8- - bioimageio.spec>= 0.5.4.0
8+ - bioimageio.spec== 0.5.4.1
99 - black
1010 - crick # uncommented
1111 - h5py
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ channels:
55 - nodefaults
66 # - pytroch # removed
77dependencies :
8- - bioimageio.spec>= 0.5.4.0
8+ - bioimageio.spec== 0.5.4.1
99 - black
1010 # - crick # currently requires python<=3.9
1111 - h5py
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ channels:
55 - nodefaults
66 - pytorch
77dependencies :
8- - bioimageio.spec>= 0.5.4.0
8+ - bioimageio.spec== 0.5.4.1
99 - black
1010 # - crick # currently requires python<=3.9
1111 - h5py
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ channels:
44 - nodefaults
55 - pytorch
66dependencies :
7- - bioimageio.spec>= 0.5.4.0
7+ - bioimageio.spec== 0.5.4.1
88 - black
99 # - careamics # TODO: add careamics for model testing (currently pins pydantic to <2.9)
1010 - cellpose # for model testing
You can’t perform that action at this time.
0 commit comments