Skip to content

Commit 485e106

Browse files
committed
account for tf req py<=3.12
1 parent e3c5249 commit 485e106

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
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

dev/env-313.yaml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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 ..

0 commit comments

Comments
 (0)