Skip to content

Commit a973811

Browse files
committed
Use CUDA 12.9 in docs
1 parent c18b46e commit a973811

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Replace the package name in the example below to the one you want to install.
4040
Install and update cuGraph using the conda command:
4141

4242
```bash
43-
conda install -c rapidsai -c conda-forge -c nvidia cugraph cuda-version=12.8
43+
conda install -c rapidsai -c conda-forge -c nvidia cugraph cuda-version=12.9
4444
```
4545

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This guide describes how to install ``nx-cugraph`` and use it in your workflows.
88
`nx-cugraph` requires the following:
99

1010
- **Volta architecture or later NVIDIA GPU, with [compute capability](https://developer.nvidia.com/cuda-gpus) 7.0+**
11-
- **[CUDA](https://docs.nvidia.com/cuda/index.html) 11.2, 11.4, 11.5, 11.8, 12.0, 12.2, 12.5, or 12.8**
11+
- **[CUDA](https://docs.nvidia.com/cuda/index.html) 11.2, 11.4, 11.5, 11.8, 12.0, 12.2, 12.5, or 12.9**
1212
- **Python >= 3.10**
1313
- **[NetworkX](https://networkx.org/documentation/stable/install.html#) >= 3.2 (version 3.4 or higher recommended)**
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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+
7-
* CUDA 11.2, 11.4, 11.5, 11.8, 12.0, 12.2, 12.5, or 12.8
7+
* CUDA 11.2, 11.4, 11.5, 11.8, 12.0, 12.2, 12.5, or 12.9
88
* 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

0 commit comments

Comments
 (0)