File tree Expand file tree Collapse file tree 2 files changed +47
-1
lines changed Expand file tree Collapse file tree 2 files changed +47
-1
lines changed Original file line number Diff line number Diff line change 9292 spec : conda
9393 numpy-version : 1
9494 - python-version : ' 3.13'
95- conda-env : dev
95+ conda-env : ' 313 '
9696 spec : main
9797 numpy-version : 2
9898
Original file line number Diff line number Diff line change 1+ # modified copy of env-full.yaml wo dependencies 'for model testing' and wo tensorflow which requires python<=3.12
2+ name : core
3+ channels :
4+ - conda-forge
5+ - nodefaults
6+ - pytorch
7+ dependencies :
8+ - bioimageio.spec==0.5.5.0
9+ - black
10+ - crick
11+ - h5py
12+ - httpx
13+ - imagecodecs
14+ - imageio>=2.5
15+ - jupyter
16+ - jupyter-black
17+ - keras>=3.0,<4
18+ - loguru
19+ - matplotlib
20+ - napari
21+ - numpy
22+ - onnx
23+ - onnxruntime
24+ - packaging>=17.0
25+ - pdoc
26+ - pip
27+ - pre-commit
28+ - psutil
29+ - pydantic
30+ - pydantic-settings
31+ - pyright
32+ - pytest
33+ - pytest-cov
34+ # - python=3.9 # removed
35+ - pytorch>=2.1,<3
36+ - respx
37+ - rich
38+ - ruff
39+ - ruyaml
40+ # - tensorflow>=2,<3 # removed
41+ - torchvision
42+ - tqdm
43+ - typing-extensions
44+ - xarray>=2024.01,<2025.3.0
45+ - pip :
46+ - -e ..
You can’t perform that action at this time.
0 commit comments