Skip to content

Commit

Permalink
Update nvcomp (#324)
Browse files Browse the repository at this point in the history
rapids-cmake and cudf updated to 3.0.5, so updating kvikio to match.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

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

URL: #324
  • Loading branch information
vyasr authored Dec 7, 2023
1 parent 82dfd92 commit e8bd79b
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 @@ -26,7 +26,7 @@ dependencies:
- numpy>=1.21
- numpydoc
- nvcc_linux-64=11.8
- nvcomp==3.0.4
- nvcomp==3.0.5
- packaging
- pre-commit
- pytest
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
- numcodecs <0.12.0
- numpy>=1.21
- numpydoc
- nvcomp==3.0.4
- nvcomp==3.0.5
- packaging
- pre-commit
- pytest
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/kvikio/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ cmake_version:
- ">=3.26.4"

nvcomp_version:
- "=3.0.4"
- "=3.0.5"
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ dependencies:
common:
- output_types: conda
packages:
- nvcomp==3.0.4
- nvcomp==3.0.5
specific:
- output_types: conda
matrices:
Expand Down

0 comments on commit e8bd79b

Please sign in to comment.