Skip to content

Commit

Permalink
update dev envs
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Mar 12, 2024
1 parent 185b7e8 commit 92178e4
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 23 deletions.
11 changes: 7 additions & 4 deletions dev/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,27 @@ channels:
- defaults
dependencies:
- annotated-types
- bioimageio.spec==0.5.*
- black
- deepdiff
- email-validator
- imageio[version='>=2.5']
- filelock
- imageio>=2.5
- loguru
- lxml
- numpy
- onnxruntime
- packaging[version='>=17.0']
- packaging>=17.0
- pooch
- pre-commit
- pydantic[version='>=2.3.0']
- pydantic>=2.6.4
- pyright
- pytest
- python-dateutil
- python=3.8
- pytorch
- ruyaml
- ruff
- ruyaml
- torchvision
- tqdm
- typer
Expand Down
20 changes: 13 additions & 7 deletions dev/environment-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,26 @@ channels:
- conda-forge
- defaults
dependencies:
- bioimageio.spec==0.5.*
- black
- bioimageio.spec
- conda-build
- filelock
- h5py >=2.10,<2.11
- loguru
- mypy
- onnx
- onnxruntime
- pip
- pre-commit
- psutil
- pytest
- python >=3.7,<3.8 # this environment is only available for python 3.7
- xarray
- pytest-xdist
- python >=3.7,<3.8 # this environment is only available for python 3.7
- pytorch
- onnx
- onnxruntime
- ruyaml
- tensorflow >=1.12,<2.0
- tifffile <=2022.4.8 # pin fixes Syntax error; see https://github.com/bioimage-io/core-bioimage-io-python/pull/259
- tifffile <=2022.4.8 # pin fixes Syntax error; see https://github.com/bioimage-io/core-bioimage-io-python/pull/259
- typer
- xarray
- pip:
- keras==1.2.2
- keras==1.2.2
12 changes: 9 additions & 3 deletions dev/environment-tf-legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@ channels:
- defaults
dependencies:
- black
- bioimageio.spec
- bioimageio.spec==0.5.*
- conda-build
- h5py >=2.10,<2.11
- mypy
- pip
- pytest
- python >=3.7,<3.8 # this environment is only available for python 3.7
- pytest-xdist
- filelock
- psutil
- python >=3.7,<3.8 # this environment is only available for python 3.7
- xarray
- tensorflow >1.14,<2.0
- tifffile <=2022.4.8 # pin fixes Syntax error; see https://github.com/bioimage-io/core-bioimage-io-python/pull/259
- tifffile <=2022.4.8 # pin fixes Syntax error; see https://github.com/bioimage-io/core-bioimage-io-python/pull/259
- keras
- ruyaml
- typer
- loguru
12 changes: 9 additions & 3 deletions dev/environment-tf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@ channels:
- conda-forge
- defaults
dependencies:
- bioimageio.spec==0.5.*
- black
- bioimageio.spec
- conda-build
- filelock
- loguru
- mypy
- pip
- psutil
- pytest
- pytest-xdist
- python
- xarray
- ruyaml
- tensorflow >=2.9,<3.0
- tifffile <=2022.4.8 # pin fixes Syntax error; see https://github.com/bioimage-io/core-bioimage-io-python/pull/259
- tifffile <=2022.4.8 # pin fixes Syntax error; see https://github.com/bioimage-io/core-bioimage-io-python/pull/259
- typer
- xarray
17 changes: 11 additions & 6 deletions dev/environment-torch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,22 @@ channels:
- conda-forge
- defaults
dependencies:
- bioimageio.spec==0.5.*
- black
- bioimageio.spec >=0.4.4
- conda-build
- filelock
- h5py
- loguru
- mypy
- onnx
- onnxruntime
- pip
- psutil
- pytest
- pytest-xdist
- python >=3.7
- xarray
- pytorch
- onnx
- onnxruntime
- tifffile <=2022.4.8 # pin fixes Syntax error; see https://github.com/bioimage-io/core-bioimage-io-python/pull/259

- ruyaml
- tifffile <=2022.4.8 # pin fixes Syntax error; see https://github.com/bioimage-io/core-bioimage-io-python/pull/259
- typer
- xarray

0 comments on commit 92178e4

Please sign in to comment.