Skip to content

Commit 8388aca

Browse files
authored
Drop support for NetworkX 3.0 and 3.1 for nx-cugraph (#4766)
This updates docs. Code changes are here: rapidsai/nx-cugraph#27 See: #4760 Authors: - Erik Welch (https://github.com/eriknw) Approvers: - Rick Ratzel (https://github.com/rlratzel) URL: #4766
1 parent e155a8f commit 8388aca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/cugraph/source/nx_cugraph/how-it-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ While NetworkX is a pure-Python implementation, backends may be written to use o
1010

1111
## Enabling nx-cugraph
1212

13-
It is recommended to use `networkx>=3.4` for optimal zero code change performance, but `nx-cugraph` will also work with `networkx 3.0+`.
13+
It is recommended to use `networkx>=3.4` for optimal zero code change performance, but `nx-cugraph` will also work with `networkx 3.2+`.
1414

1515
NetworkX will use `nx-cugraph` as the backend if any of the following are used:
1616

docs/cugraph/source/nx_cugraph/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This guide describes how to install ``nx-cugraph`` and use it in your workflows.
1010
- **Volta architecture or later NVIDIA GPU, with [compute capability](https://developer.nvidia.com/cuda-gpus) 7.0+**
1111
- **[CUDA](https://docs.nvidia.com/cuda/index.html) 11.2, 11.4, 11.5, 11.8, 12.0, 12.2, or 12.5**
1212
- **Python >= 3.10**
13-
- **[NetworkX](https://networkx.org/documentation/stable/install.html#) >= 3.0 (version 3.4 or higher recommended)**
13+
- **[NetworkX](https://networkx.org/documentation/stable/install.html#) >= 3.2 (version 3.4 or higher recommended)**
1414

1515
More details about system requirements can be found in the [RAPIDS System Requirements Documentation](https://docs.rapids.ai/install#system-req).
1616

0 commit comments

Comments
 (0)