Skip to content

Commit e927313

Browse files
committed
Pin RAPIDS dependencies
Signed-off-by: Ryan Wolf <rywolf@nvidia.com>
1 parent 82c0f4d commit e927313

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
],
6767
extras_require={
6868
"cuda12x": [
69-
"cudf-cu12>=24.2",
70-
"dask-cudf-cu12>=24.2",
71-
"cugraph-cu12>=24.2",
72-
"dask-cuda>=24.2",
69+
"cudf-cu12==24.4.*",
70+
"dask-cudf-cu12==24.4.*",
71+
"cugraph-cu12==24.4.*",
72+
"dask-cuda==24.4.*",
7373
"spacy[cuda12x]>=3.6.0, <4.0.0",
7474
]
7575
},

0 commit comments

Comments
 (0)