Skip to content

Commit

Permalink
Relax openslide pin
Browse files Browse the repository at this point in the history
This was pinned to avoid `openslide` version `4` due to some solver
issues that cropped up with it. Namely it was missing `libdicom` (and an
associated version constraint). However this has been fixed upstream by
adding a repodata patch, adding `run_exports` to `libdicom` (was
missing), and adding a `libdicom` associated test in `openslide`. Given
this we should be able to relax the pin here, which this does.
  • Loading branch information
jakirkham authored Dec 8, 2023
1 parent 8951d79 commit 3170cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/libcucim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ requirements:
- jbig
- libwebp-base
- nvtx-c >=3.1.0
- openslide <4
- openslide
- xz
- zlib
- zstd
Expand Down

0 comments on commit 3170cc4

Please sign in to comment.