Skip to content

Commit

Permalink
Remove libwebp-base upper bound. (#599)
Browse files Browse the repository at this point in the history
Reverts the `libwebp-base` upper bound introduced in #541 because it causes conflicts seen in rapidsai/integration#674.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)
  - Ray Douglass (https://github.com/raydouglass)
  - https://github.com/jakirkham

URL: #599
  • Loading branch information
bdice authored Aug 3, 2023
1 parent 7a1e9e5 commit 7295429
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions conda/recipes/libcucim/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ cuda11_compiler:
sysroot_version:
- "2.17"

libwebp_base_version:
- "<1.3a0"

# The CTK libraries below are missing from the conda-forge::cudatoolkit package
# for CUDA 11. The "*_host_*" version specifiers correspond to `11.8` packages
# and the "*_run_*" version specifiers correspond to `11.x` packages.
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/libcucim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ requirements:
- libnvjpeg-static
{% endif %}
- jbig
- libwebp-base {{ libwebp_base_version }}
- libwebp-base
- nvtx-c >=3.1.0
- openslide
- xz
Expand Down

0 comments on commit 7295429

Please sign in to comment.