Skip to content

Commit

Permalink
add lazy_loader to conda environment files and cucim recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Jun 19, 2023
1 parent 9b3362c commit f2ebd76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies:
- imagecodecs>=2021.6.8
- ipython
- jbig
- lazy_loader>=0.1
- libwebp-base
- nbsphinx
- ninja
Expand Down
1 change: 1 addition & 0 deletions conda/recipes/cucim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ requirements:
- {{ pin_compatible('numpy') }}
- click
- cupy >=12.0.0
- lazy_loader >=0.1
- libcucim ={{ version }}
# - openslide # skipping here but benchmark binary would need openslide library
- python
Expand Down

0 comments on commit f2ebd76

Please sign in to comment.