Skip to content

Commit

Permalink
Pin RAPIDS dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wolf <[email protected]>
  • Loading branch information
ryantwolf committed May 16, 2024
1 parent 82c0f4d commit e927313
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
],
extras_require={
"cuda12x": [
"cudf-cu12>=24.2",
"dask-cudf-cu12>=24.2",
"cugraph-cu12>=24.2",
"dask-cuda>=24.2",
"cudf-cu12==24.4.*",
"dask-cudf-cu12==24.4.*",
"cugraph-cu12==24.4.*",
"dask-cuda==24.4.*",
"spacy[cuda12x]>=3.6.0, <4.0.0",
]
},
Expand Down

0 comments on commit e927313

Please sign in to comment.