diff --git a/pyproject.toml b/pyproject.toml index a12f3ef0..6af2be6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,11 +75,11 @@ dynamic = ["version"] [project.optional-dependencies] # Installs CPU + GPU text curation modules cuda12x = [ - "cudf-cu12>=24.10", - "cugraph-cu12>=24.10", - "cuml-cu12>=24.10", - "dask-cuda>=24.10", - "dask-cudf-cu12>=24.10", + "cudf-cu12==24.10.1", + "cugraph-cu12==24.10.0", + "cuml-cu12==24.10.0", + "dask-cuda==24.10.0", + "dask-cudf-cu12==24.10.1", "spacy[cuda12x]>=3.6.0, <3.8.0", ] # Installs CPU + GPU text curation modules with RAPIDS Nightlies