Skip to content

Commit 7c5b528

Browse files
committed
update dev envs
1 parent 300af37 commit 7c5b528

File tree

5 files changed

+55
-4
lines changed

5 files changed

+55
-4
lines changed

Diff for: dev/env-gpu.yaml

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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 ..

Diff for: dev/env-py38.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- nodefaults
66
- pytorch
77
dependencies:
8-
- bioimageio.spec>=0.5.4.0
8+
- bioimageio.spec==0.5.4.1
99
- black
1010
- crick # uncommented
1111
- h5py

Diff for: dev/env-tf.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- nodefaults
66
# - pytroch # removed
77
dependencies:
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

Diff for: dev/env-wo-python.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- nodefaults
66
- pytorch
77
dependencies:
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

Diff for: dev/env.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- nodefaults
55
- pytorch
66
dependencies:
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

0 commit comments

Comments
 (0)