Skip to content

Commit 2aa1a8e

Browse files
authored
Merge branch 'branch-25.06' into fix_pyg_link
2 parents 1f09ea2 + f4faeaf commit 2aa1a8e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
container_image: "rapidsai/ci-conda:latest"
3838
date: ${{ inputs.date }}
3939
node_type: "gpu-l4-latest-1"
40-
run_script: "ci/build_docs.sh"
40+
script: "ci/build_docs.sh"
4141
sha: ${{ inputs.sha }}

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
node_type: "gpu-l4-latest-1"
4545
arch: "amd64"
4646
container_image: "rapidsai/ci-conda:latest"
47-
run_script: "ci/build_docs.sh"
47+
script: "ci/build_docs.sh"
4848
telemetry-summarize:
4949
runs-on: ubuntu-latest
5050
needs: pr-builder

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: verify-alpha-spec
88
- id: verify-copyright
99
- repo: https://github.com/rapidsai/dependency-file-generator
10-
rev: v1.17.0
10+
rev: v1.18.1
1111
hooks:
1212
- id: rapids-dependency-file-generator
1313
args: ["--clean"]

docs/cugraph-docs/source/installation/getting_cugraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ conda install -c rapidsai -c conda-forge -c nvidia cugraph cuda-version=12.8
4545

4646
Alternatively, use `cuda-version=11.8` for packages supporting CUDA 11.
4747

48-
Note: This conda installation only applies to Linux and Python versions 3.10/3.11/3.12.
48+
Note: This conda installation only applies to Linux and Python versions 3.10/3.11/3.12/3.13.
4949

5050
<br>
5151

docs/cugraph-docs/source/installation/source_build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Run either the C++ or the Python tests with datasets
177177
make test
178178
```
179179

180-
Note: This conda installation only applies to Linux and Python versions 3.10, 3.11, and 3.12.
180+
Note: This conda installation only applies to Linux and Python versions 3.10, 3.11, 3.12, and 3.13.
181181

182182
### (OPTIONAL) Set environment variable on activation
183183

docs/cugraph-docs/source/tutorials/basic_cugraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
CuGraph is part of [Rapids](https://docs.rapids.ai/user-guide) and has the following system requirements:
66
* NVIDIA GPU, Volta architecture or later, with [compute capability](https://developer.nvidia.com/cuda-gpus) 7.0+
77
* CUDA 11.2, 11.4, 11.5, 11.8, 12.0, 12.2, 12.5, or 12.8
8-
* Python version 3.10, 3.11, or 3.12
8+
* Python version 3.10, 3.11, 3.12, or 3.13
99
* NetworkX >= version 3.3 or newer in order to use use [NetworkX Configs](https://networkx.org/documentation/stable/reference/backends.html#module-networkx.utils.configs) **This is required for use of nx-cuGraph, [see below](#cugraph-using-networkx-code).**
1010

1111
## Installation

docs/cugraph-docs/source/wholegraph/installation/source_build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Run either the C++ or the Python tests with datasets
176176
```
177177
178178
179-
Note: This conda installation only applies to Linux and Python versions 3.10, 3.11, and 3.12.
179+
Note: This conda installation only applies to Linux and Python versions 3.10, 3.11, 3.12, and 3.13.
180180
181181
## Creating documentation
182182

0 commit comments

Comments
 (0)