File tree 5 files changed +55
-4
lines changed
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:
5
5
- nodefaults
6
6
- pytorch
7
7
dependencies :
8
- - bioimageio.spec>= 0.5.4.0
8
+ - bioimageio.spec== 0.5.4.1
9
9
- black
10
10
- crick # uncommented
11
11
- h5py
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ channels:
5
5
- nodefaults
6
6
# - pytroch # removed
7
7
dependencies :
8
- - bioimageio.spec>= 0.5.4.0
8
+ - bioimageio.spec== 0.5.4.1
9
9
- black
10
10
# - crick # currently requires python<=3.9
11
11
- h5py
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ channels:
5
5
- nodefaults
6
6
- pytorch
7
7
dependencies :
8
- - bioimageio.spec>= 0.5.4.0
8
+ - bioimageio.spec== 0.5.4.1
9
9
- black
10
10
# - crick # currently requires python<=3.9
11
11
- h5py
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ channels:
4
4
- nodefaults
5
5
- pytorch
6
6
dependencies :
7
- - bioimageio.spec>= 0.5.4.0
7
+ - bioimageio.spec== 0.5.4.1
8
8
- black
9
9
# - careamics # TODO: add careamics for model testing (currently pins pydantic to <2.9)
10
10
- cellpose # for model testing
You can’t perform that action at this time.
0 commit comments