Skip to content

Commit b4f4c9d

Browse files
committed
DOC v0.37 Updates [skip ci]
1 parent 8f8f2c4 commit b4f4c9d

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828
jobs:
2929
conda-python-build:
3030
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
3232
with:
3333
build_type: ${{ inputs.build_type || 'branch' }}
3434
branch: ${{ inputs.branch }}
@@ -37,15 +37,15 @@ jobs:
3737
upload-conda:
3838
needs: [conda-python-build]
3939
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
4141
with:
4242
build_type: ${{ inputs.build_type || 'branch' }}
4343
branch: ${{ inputs.branch }}
4444
date: ${{ inputs.date }}
4545
sha: ${{ inputs.sha }}
4646
wheel-build:
4747
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
4949
with:
5050
build_type: ${{ inputs.build_type || 'branch' }}
5151
branch: ${{ inputs.branch }}
@@ -55,7 +55,7 @@ jobs:
5555
wheel-publish:
5656
needs: wheel-build
5757
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
5959
with:
6060
build_type: ${{ inputs.build_type || 'branch' }}
6161
branch: ${{ inputs.branch }}

.github/workflows/pr.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,34 @@ jobs:
1818
- wheel-build
1919
- wheel-tests
2020
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
2222
checks:
2323
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
2525
conda-python-build:
2626
needs: checks
2727
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
2929
with:
3030
build_type: pull-request
3131
conda-python-tests:
3232
needs: conda-python-build
3333
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
3535
with:
3636
build_type: pull-request
3737
container-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
3838
wheel-build:
3939
needs: checks
4040
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
4242
with:
4343
build_type: pull-request
4444
script: ci/build_wheel.sh
4545
wheel-tests:
4646
needs: wheel-build
4747
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
4949
with:
5050
build_type: pull-request
5151
script: ci/test_wheel.sh

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
conda-python-tests:
1818
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
2020
with:
2121
build_type: nightly
2222
branch: ${{ inputs.branch }}
@@ -25,7 +25,7 @@ jobs:
2525
container-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
2626
wheel-tests:
2727
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
2929
with:
3030
build_type: nightly
3131
branch: ${{ inputs.branch }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.36.0
1+
0.37.0

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dependencies:
116116
- output_types: [conda, requirements, pyproject]
117117
packages:
118118
- cloudpickle
119-
- cudf==24.2.*
119+
- cudf==24.4.*
120120
- dask
121121
- distributed
122122
- numba>=0.57

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ classifiers = [
4949
[project.optional-dependencies]
5050
test = [
5151
"cloudpickle",
52-
"cudf==24.2.*",
52+
"cudf==24.4.*",
5353
"cupy-cuda11x>=12.0.0",
5454
"dask",
5555
"distributed",

0 commit comments

Comments
 (0)