Skip to content

Commit d0a6498

Browse files
authored
Merge pull request #348 from rapidsai/branch-24.02
[RELEASE] v24.02.01
2 parents 1a2becd + a72a105 commit d0a6498

File tree

5 files changed

+5
-22
lines changed

5 files changed

+5
-22
lines changed

ci/release/update-version.sh

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
2+
# Copyright (c) 2022-2024, NVIDIA CORPORATION.
33
##########################
44
# KvikIO Version Updater #
55
##########################
@@ -60,15 +60,6 @@ sed_runner 's/PROJECT_NUMBER = .*/PROJECT_NUMBER = '${NEXT_FULL_
6060
sed_runner 's/version = .*/version = '"'${NEXT_SHORT_TAG}'"'/g' docs/source/conf.py
6161
sed_runner 's/release = .*/release = '"'${NEXT_FULL_TAG}'"'/g' docs/source/conf.py
6262

63-
DEPENDENCIES=(
64-
cudf
65-
)
66-
for DEP in "${DEPENDENCIES[@]}"; do
67-
for FILE in dependencies.yaml conda/environments/*.yaml; do
68-
sed_runner "/-.* ${DEP}==/ s/==.*/==${NEXT_SHORT_TAG_PEP440}.*/g" ${FILE}
69-
done
70-
done
71-
7263
# CI files
7364
for FILE in .github/workflows/*.yaml; do
7465
sed_runner "/shared-workflows/ s/@.*/@branch-${NEXT_SHORT_TAG}/g" "${FILE}"

conda/environments/all_cuda-118_arch-x86_64.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencies:
1111
- cuda-python>=11.7.1,<12.0a0
1212
- cuda-version=11.8
1313
- cudatoolkit
14-
- cudf==24.2.*
1514
- cupy>=12.0.0
1615
- cxx-compiler
1716
- cython>=3.0.0
@@ -26,7 +25,7 @@ dependencies:
2625
- numpy>=1.21
2726
- numpydoc
2827
- nvcc_linux-64=11.8
29-
- nvcomp==3.0.5
28+
- nvcomp==3.0.6
3029
- packaging
3130
- pre-commit
3231
- pytest

conda/environments/all_cuda-120_arch-x86_64.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencies:
1111
- cuda-nvcc
1212
- cuda-python>=12.0,<13.0a0
1313
- cuda-version=12.0
14-
- cudf==24.2.*
1514
- cupy>=12.0.0
1615
- cxx-compiler
1716
- cython>=3.0.0
@@ -25,7 +24,7 @@ dependencies:
2524
- numcodecs <0.12.0
2625
- numpy>=1.21
2726
- numpydoc
28-
- nvcomp==3.0.5
27+
- nvcomp==3.0.6
2928
- packaging
3029
- pre-commit
3130
- pytest

conda/recipes/kvikio/conda_build_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ cmake_version:
1717
- ">=3.26.4"
1818

1919
nvcomp_version:
20-
- "=3.0.5"
20+
- "=3.0.6"

dependencies.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ files:
1212
- cuda
1313
- cuda_version
1414
- docs
15-
- notebooks
1615
- py_version
1716
- run
1817
- test_python
@@ -173,7 +172,7 @@ dependencies:
173172
common:
174173
- output_types: conda
175174
packages:
176-
- nvcomp==3.0.5
175+
- nvcomp==3.0.6
177176
specific:
178177
- output_types: conda
179178
matrices:
@@ -283,8 +282,3 @@ dependencies:
283282
packages:
284283
- *dask
285284
- distributed>=2022.05.2
286-
notebooks:
287-
common:
288-
- output_types: conda
289-
packages:
290-
- cudf==24.2.*

0 commit comments

Comments
 (0)