Skip to content

Commit

Permalink
Updates python version to include 3.11, adds detail to recommended NX…
Browse files Browse the repository at this point in the history
… version.
  • Loading branch information
rlratzel committed Mar 8, 2024
1 parent d7c1f15 commit db8b05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/nx-cugraph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ to run supported algorithms with GPU acceleration.
nx-cugraph requires the following:
* NVIDIA GPU, Volta architecture or later, with [compute capability](https://developer.nvidia.com/cuda-gpus) 7.0+
* CUDA 11.2, 11.4, 11.5, 11.8, or 12.0
* Python version 3.10
* NetworkX >= version 3.0 (version 3.2 recommended)
* Python version 3.10 or 3.11
* NetworkX >= version 3.0 (version 3.2 or higher recommended)

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

Expand Down

0 comments on commit db8b05b

Please sign in to comment.