diff --git a/ci/release/update-version.sh b/ci/release/update-version.sh index d478bf930e..0e8a476590 100755 --- a/ci/release/update-version.sh +++ b/ci/release/update-version.sh @@ -60,15 +60,6 @@ sed_runner 's/PROJECT_NUMBER = .*/PROJECT_NUMBER = '${NEXT_FULL_ sed_runner 's/version = .*/version = '"'${NEXT_SHORT_TAG}'"'/g' docs/source/conf.py sed_runner 's/release = .*/release = '"'${NEXT_FULL_TAG}'"'/g' docs/source/conf.py -DEPENDENCIES=( - cudf -) -for DEP in "${DEPENDENCIES[@]}"; do - for FILE in dependencies.yaml conda/environments/*.yaml; do - sed_runner "/-.* ${DEP}\(-cu[[:digit:]]\{2\}\)\{0,1\}==/ s/==.*/==${NEXT_SHORT_TAG_PEP440}.*/g" "${FILE}" - done -done - # CI files for FILE in .github/workflows/*.yaml; do sed_runner "/shared-workflows/ s/@.*/@branch-${NEXT_SHORT_TAG}/g" "${FILE}" diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index c2b0a37f32..fd500cc5be 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -11,7 +11,6 @@ dependencies: - cuda-python>=11.7.1,<12.0a0 - cuda-version=11.8 - cudatoolkit -- cudf==24.4.* - cupy>=12.0.0 - cxx-compiler - cython>=3.0.0 @@ -26,7 +25,7 @@ dependencies: - numpy>=1.21 - numpydoc - nvcc_linux-64=11.8 -- nvcomp==3.0.5 +- nvcomp==3.0.6 - packaging - pre-commit - pytest diff --git a/conda/environments/all_cuda-122_arch-x86_64.yaml b/conda/environments/all_cuda-122_arch-x86_64.yaml index fc54e5df0b..72e8f5c6f0 100644 --- a/conda/environments/all_cuda-122_arch-x86_64.yaml +++ b/conda/environments/all_cuda-122_arch-x86_64.yaml @@ -11,7 +11,6 @@ dependencies: - cuda-nvcc - cuda-python>=12.0,<13.0a0 - cuda-version=12.2 -- cudf==24.4.* - cupy>=12.0.0 - cxx-compiler - cython>=3.0.0 @@ -24,7 +23,7 @@ dependencies: - numcodecs <0.12.0 - numpy>=1.21 - numpydoc -- nvcomp==3.0.5 +- nvcomp==3.0.6 - packaging - pre-commit - pytest diff --git a/conda/recipes/kvikio/conda_build_config.yaml b/conda/recipes/kvikio/conda_build_config.yaml index 9015a36d29..d7ca022e19 100644 --- a/conda/recipes/kvikio/conda_build_config.yaml +++ b/conda/recipes/kvikio/conda_build_config.yaml @@ -17,4 +17,4 @@ cmake_version: - ">=3.26.4" nvcomp_version: - - "=3.0.5" + - "=3.0.6" diff --git a/dependencies.yaml b/dependencies.yaml index f1fa9c7750..ad0228f26c 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -13,7 +13,6 @@ files: - cuda_version - depends_on_cupy - docs - - notebooks - py_version - run - test_python @@ -180,7 +179,7 @@ dependencies: common: - output_types: conda packages: - - nvcomp==3.0.5 + - nvcomp==3.0.6 specific: - output_types: conda matrices: @@ -300,8 +299,3 @@ dependencies: packages: - *dask - distributed>=2022.05.2 - notebooks: - common: - - output_types: conda - packages: - - cudf==24.4.*