-
Notifications
You must be signed in to change notification settings - Fork 14
Add support for Python 3.14 #189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,7 @@ | |
| cuGraph is part of [RAPIDS](https://docs.rapids.ai/user-guide/) and has the following system requirements: | ||
| * NVIDIA GPU, Volta architecture or later, with [compute capability](https://developer.nvidia.com/cuda-gpus) 7.0+ | ||
| * CUDA 12.2+ | ||
| * Python version 3.10, 3.11, 3.12, or 3.13 | ||
| * Python version 3.11, 3.12, 3.13, or 3.14 | ||
|
Comment on lines
5
to
+8
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd love to remove this and link to https://docs.rapids.ai/platform-support/. Single source of truth. (This section has been unmaintained and way out of date in the past.)
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I will do that |
||
| * 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).** | ||
|
|
||
| ## Installation | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could link to https://docs.rapids.ai/platform-support/ or https://docs.rapids.ai/install/ and stop hardcoding values here.