Skip to content

Commit

Permalink
Fix libwebp dependency (#594)
Browse files Browse the repository at this point in the history
Replace libwebp with libwebp-base to resolve dependency conflict with the [cucim](https://github.com/rapidsai/cucim) package.

Authors:
  - Ajay Thorve (https://github.com/AjayThorve)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)
  - Allan (https://github.com/exactlyallan)

URL: #594
  • Loading branch information
AjayThorve authored May 1, 2024
1 parent bf585e2 commit 1e990bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- ipython
- jupyter-server-proxy
- jupyter_sphinx
- libwebp
- libwebp-base
- nbsphinx
- nodejs>=18
- notebook>=0.5.0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-122_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- ipython
- jupyter-server-proxy
- jupyter_sphinx
- libwebp
- libwebp-base
- nbsphinx
- nodejs>=18
- notebook>=0.5.0
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cuxfilter/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ requirements:
- geopandas >=0.11.0
- holoviews>=1.16
- jupyter-server-proxy
- libwebp
- libwebp-base
- nodejs >=14
- numba >=0.57
- numpy >=1.23,<2.0a0
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ dependencies:
packages:
- cupy>=12.0.0
- nodejs>=18
- libwebp
- libwebp-base
- output_types: [requirements, pyproject]
packages:
- cupy-cuda11x>=12.0.0
Expand Down

0 comments on commit 1e990bc

Please sign in to comment.