mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2026-06-04 00:06:52 +08:00
12 lines
327 B
Plaintext
12 lines
327 B
Plaintext
# PageRank Requirements (RAPIDS cuGraph)
|
|
|
|
cuda-python>=13.0.0
|
|
# cudf-cu13 transitively pins numba-cuda<0.29.0 which requires cuda-core<1.0.0
|
|
cuda-core<1.0.0
|
|
cugraph-cu13>=26.0.0
|
|
cudf-cu13>=26.0.0
|
|
# dask-cuda <26.4 incorrectly pins cuda-core==0.3.*; require the fixed release
|
|
dask-cuda>=26.4.0
|
|
cupy-cuda13x>=14.0.0
|
|
numpy>=2.3.2
|