File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ concurrency:
28
28
jobs :
29
29
conda-python-build :
30
30
secrets : inherit
31
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.02
31
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.04
32
32
with :
33
33
build_type : ${{ inputs.build_type || 'branch' }}
34
34
branch : ${{ inputs.branch }}
@@ -37,15 +37,15 @@ jobs:
37
37
upload-conda :
38
38
needs : [conda-python-build]
39
39
secrets : inherit
40
- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.02
40
+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.04
41
41
with :
42
42
build_type : ${{ inputs.build_type || 'branch' }}
43
43
branch : ${{ inputs.branch }}
44
44
date : ${{ inputs.date }}
45
45
sha : ${{ inputs.sha }}
46
46
wheel-build :
47
47
secrets : inherit
48
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.02
48
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.04
49
49
with :
50
50
build_type : ${{ inputs.build_type || 'branch' }}
51
51
branch : ${{ inputs.branch }}
55
55
wheel-publish :
56
56
needs : wheel-build
57
57
secrets : inherit
58
- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.02
58
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.04
59
59
with :
60
60
build_type : ${{ inputs.build_type || 'branch' }}
61
61
branch : ${{ inputs.branch }}
Original file line number Diff line number Diff line change @@ -18,34 +18,34 @@ jobs:
18
18
- wheel-build
19
19
- wheel-tests
20
20
secrets : inherit
21
- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.02
21
+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.04
22
22
checks :
23
23
secrets : inherit
24
- uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.02
24
+ uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.04
25
25
conda-python-build :
26
26
needs : checks
27
27
secrets : inherit
28
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.02
28
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.04
29
29
with :
30
30
build_type : pull-request
31
31
conda-python-tests :
32
32
needs : conda-python-build
33
33
secrets : inherit
34
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.02
34
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.04
35
35
with :
36
36
build_type : pull-request
37
37
container-options : " --cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
38
38
wheel-build :
39
39
needs : checks
40
40
secrets : inherit
41
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.02
41
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.04
42
42
with :
43
43
build_type : pull-request
44
44
script : ci/build_wheel.sh
45
45
wheel-tests :
46
46
needs : wheel-build
47
47
secrets : inherit
48
- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.02
48
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.04
49
49
with :
50
50
build_type : pull-request
51
51
script : ci/test_wheel.sh
Original file line number Diff line number Diff line change 16
16
jobs :
17
17
conda-python-tests :
18
18
secrets : inherit
19
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.02
19
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.04
20
20
with :
21
21
build_type : nightly
22
22
branch : ${{ inputs.branch }}
25
25
container-options : " --cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
26
26
wheel-tests :
27
27
secrets : inherit
28
- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.02
28
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.04
29
29
with :
30
30
build_type : nightly
31
31
branch : ${{ inputs.branch }}
Original file line number Diff line number Diff line change 1
- 0.36 .0
1
+ 0.37 .0
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ dependencies:
116
116
- output_types : [conda, requirements, pyproject]
117
117
packages :
118
118
- cloudpickle
119
- - cudf==24.2 .*
119
+ - cudf==24.4 .*
120
120
- dask
121
121
- distributed
122
122
- numba>=0.57
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ classifiers = [
49
49
[project .optional-dependencies ]
50
50
test = [
51
51
" cloudpickle" ,
52
- " cudf==24.2 .*" ,
52
+ " cudf==24.4 .*" ,
53
53
" cupy-cuda11x>=12.0.0" ,
54
54
" dask" ,
55
55
" distributed" ,
You can’t perform that action at this time.
0 commit comments