From 71ae79e1e0707e340704bf41a242c54b0629d323 Mon Sep 17 00:00:00 2001 From: Ryan Wolf Date: Wed, 27 Mar 2024 10:12:30 -0700 Subject: [PATCH] Update min rapids version Signed-off-by: Ryan Wolf --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index a3e7fd8b..55cf16db 100644 --- a/setup.py +++ b/setup.py @@ -55,9 +55,9 @@ "comment_parser", "beautifulsoup4", "mwparserfromhell @ git+https://github.com/earwig/mwparserfromhell.git@0f89f44", - "cudf-cu12==23.10.*", - "dask-cudf-cu12==23.10.*", - "cugraph-cu12==23.10.*", + "cudf-cu12==23.12.*", + "dask-cudf-cu12==23.12.*", + "cugraph-cu12==23.12.*", "dask-cuda==23.12.*", "spacy>=3.6.0, <4.0.0", "presidio-analyzer==2.2.351",