Skip to content

Commit

Permalink
Merge pull request #150 from constantinpape/fix-ci-deps
Browse files Browse the repository at this point in the history
Add imagecodecs to the dependencies to fix CI
  • Loading branch information
constantinpape committed Sep 27, 2023
2 parents 37d1ad8 + 6cfaad7 commit 1414af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment_cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- affogato
- bioimageio.core >=0.5.0
- cpuonly
- imagecodecs
- python-elf
- pytorch >=2.0
- tensorboard
Expand Down
1 change: 1 addition & 0 deletions environment_gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name:
dependencies:
- affogato
- bioimageio.core >=0.5.0
- imagecodecs
- python-elf
- pytorch >=2.0
- pytorch-cuda>=11.7 # you may need to update the pytorch version to match your system
Expand Down

0 comments on commit 1414af7

Please sign in to comment.