File tree Expand file tree Collapse file tree 5 files changed +5
-22
lines changed Expand file tree Collapse file tree 5 files changed +5
-22
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Copyright (c) 2022-2023 , NVIDIA CORPORATION.
2
+ # Copyright (c) 2022-2024 , NVIDIA CORPORATION.
3
3
# #########################
4
4
# KvikIO Version Updater #
5
5
# #########################
@@ -60,15 +60,6 @@ sed_runner 's/PROJECT_NUMBER = .*/PROJECT_NUMBER = '${NEXT_FULL_
60
60
sed_runner ' s/version = .*/version = ' " '${NEXT_SHORT_TAG} '" ' /g' docs/source/conf.py
61
61
sed_runner ' s/release = .*/release = ' " '${NEXT_FULL_TAG} '" ' /g' docs/source/conf.py
62
62
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
-
72
63
# CI files
73
64
for FILE in .github/workflows/* .yaml; do
74
65
sed_runner " /shared-workflows/ s/@.*/@branch-${NEXT_SHORT_TAG} /g" " ${FILE} "
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ dependencies:
11
11
- cuda-python>=11.7.1,<12.0a0
12
12
- cuda-version=11.8
13
13
- cudatoolkit
14
- - cudf==24.2.*
15
14
- cupy>=12.0.0
16
15
- cxx-compiler
17
16
- cython>=3.0.0
@@ -26,7 +25,7 @@ dependencies:
26
25
- numpy>=1.21
27
26
- numpydoc
28
27
- nvcc_linux-64=11.8
29
- - nvcomp==3.0.5
28
+ - nvcomp==3.0.6
30
29
- packaging
31
30
- pre-commit
32
31
- pytest
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ dependencies:
11
11
- cuda-nvcc
12
12
- cuda-python>=12.0,<13.0a0
13
13
- cuda-version=12.0
14
- - cudf==24.2.*
15
14
- cupy>=12.0.0
16
15
- cxx-compiler
17
16
- cython>=3.0.0
@@ -25,7 +24,7 @@ dependencies:
25
24
- numcodecs <0.12.0
26
25
- numpy>=1.21
27
26
- numpydoc
28
- - nvcomp==3.0.5
27
+ - nvcomp==3.0.6
29
28
- packaging
30
29
- pre-commit
31
30
- pytest
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ cmake_version:
17
17
- " >=3.26.4"
18
18
19
19
nvcomp_version :
20
- - " =3.0.5 "
20
+ - " =3.0.6 "
Original file line number Diff line number Diff line change 12
12
- cuda
13
13
- cuda_version
14
14
- docs
15
- - notebooks
16
15
- py_version
17
16
- run
18
17
- test_python
@@ -173,7 +172,7 @@ dependencies:
173
172
common :
174
173
- output_types : conda
175
174
packages :
176
- - nvcomp==3.0.5
175
+ - nvcomp==3.0.6
177
176
specific :
178
177
- output_types : conda
179
178
matrices :
@@ -283,8 +282,3 @@ dependencies:
283
282
packages :
284
283
- *dask
285
284
- distributed>=2022.05.2
286
- notebooks :
287
- common :
288
- - output_types : conda
289
- packages :
290
- - cudf==24.2.*
You can’t perform that action at this time.
0 commit comments