diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index cc01f5286ef..4df04b61bae 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -60,7 +60,7 @@ dependencies: - numpy>=1.23,<3.0a0 - numpydoc - nvcc_linux-64=11.8 -- nvcomp==4.1.0.6 +- nvcomp==4.2.0.11 - nvtx>=0.2.1 - openpyxl - packaging diff --git a/conda/environments/all_cuda-128_arch-x86_64.yaml b/conda/environments/all_cuda-128_arch-x86_64.yaml index f4cdbed9be6..a32f8b2ee25 100644 --- a/conda/environments/all_cuda-128_arch-x86_64.yaml +++ b/conda/environments/all_cuda-128_arch-x86_64.yaml @@ -58,7 +58,7 @@ dependencies: - numba>=0.59.1,<0.61.0a0 - numpy>=1.23,<3.0a0 - numpydoc -- nvcomp==4.1.0.6 +- nvcomp==4.2.0.11 - nvtx>=0.2.1 - openpyxl - packaging diff --git a/conda/recipes/libcudf/conda_build_config.yaml b/conda/recipes/libcudf/conda_build_config.yaml index 181064465ef..7c3f5777782 100644 --- a/conda/recipes/libcudf/conda_build_config.yaml +++ b/conda/recipes/libcudf/conda_build_config.yaml @@ -32,7 +32,7 @@ flatbuffers_version: - "=24.3.25" nvcomp_version: - - "=4.1.0.6" + - "=4.2.0.11" zlib_version: - ">=1.2.13" diff --git a/dependencies.yaml b/dependencies.yaml index 501128d278e..c59643273aa 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -432,7 +432,7 @@ dependencies: - output_types: conda packages: # Align nvcomp version with rapids-cmake - - nvcomp==4.1.0.6 + - nvcomp==4.2.0.11 specific: - output_types: [requirements, pyproject] matrices: @@ -440,12 +440,12 @@ dependencies: cuda: "12.*" use_cuda_wheels: "true" packages: - - nvidia-nvcomp-cu12==4.1.0.6 + - nvidia-nvcomp-cu12==4.2.0.11 - matrix: cuda: "11.*" use_cuda_wheels: "true" packages: - - nvidia-nvcomp-cu11==4.1.0.6 + - nvidia-nvcomp-cu11==4.2.0.11 # if use_cuda_wheels=false is provided, do not add dependencies on any CUDA wheels # (e.g. for DLFW and pip devcontainers) - matrix: @@ -455,7 +455,7 @@ dependencies: # (just as a source of documentation, as this populates pyproject.toml in source control) - matrix: packages: - - nvidia-nvcomp==4.1.0.6 + - nvidia-nvcomp==4.2.0.11 rapids_build_skbuild: common: - output_types: [conda, requirements, pyproject] diff --git a/python/libcudf/pyproject.toml b/python/libcudf/pyproject.toml index d16ad97ec54..8c2d5a8288d 100644 --- a/python/libcudf/pyproject.toml +++ b/python/libcudf/pyproject.toml @@ -39,7 +39,7 @@ classifiers = [ ] dependencies = [ "libkvikio==25.2.*,>=0.0.0a0", - "nvidia-nvcomp==4.1.0.6", + "nvidia-nvcomp==4.2.0.11", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. [project.urls]