From 4391db7201e146879d87118491d6cc1ce2892c97 Mon Sep 17 00:00:00 2001 From: Ajay Thorve Date: Wed, 12 Jul 2023 13:20:35 -0700 Subject: [PATCH 1/3] add cuXfilter to PyPI packages --- _includes/selector.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/selector.html b/_includes/selector.html index cfd7cbd64c9..d3962ffe944 100644 --- a/_includes/selector.html +++ b/_includes/selector.html @@ -400,7 +400,7 @@ img_loc: ["NGC", "Dockerhub"], img_types: ["core", "standard"], packages: ["Standard", "cuDF", "cuML", "cuGraph", "cuSpatial", "cuXFilter", "cuSignal", "cuCIM"], - pip_packages: ["cuDF", "dask-cuDF", "cuML", "cuGraph", "cuSpatial", "cuCIM"], + pip_packages: ["cuDF", "dask-cuDF", "cuML", "cuGraph", "cuSpatial", "cuXFilter", "cuCIM"], additional_packages: ["Dask SQL", "JupyterLab", "Plotly Dash", "Graphistry", "PyCaret", "TensorFlow", "Xarray-Spatial"], // , "RTXpy" will return later img_options: ["notebooks", "development"], note_prefix: "", From 359f3a2256b2bb93e754a59ef19a42ff278559ec Mon Sep 17 00:00:00 2001 From: Ajay Thorve Date: Wed, 12 Jul 2023 13:31:08 -0700 Subject: [PATCH 2/3] add cuXfilter to pip footnote --- _includes/selector.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/selector.html b/_includes/selector.html index d3962ffe944..79d1586f202 100644 --- a/_includes/selector.html +++ b/_includes/selector.html @@ -636,7 +636,7 @@ }, getpipNotes() { var notes = []; - notes = [...notes, "cuDF, dask-cuDF, cuML, cuGraph, and cuSpatial pip packages are hosted on the NVIDIA Python Package Index
", + notes = [...notes, "cuDF, dask-cuDF, cuML, cuGraph, cuSpatial, and cuXfilter pip packages are hosted on the NVIDIA Python Package Index
", 'pip installation supports Python 3.9, and 3.10
']; return notes.map(note => this.note_prefix + " " + note); From 7aa0c7f45b8df5b41dc0a282c3e89f193a06bb45 Mon Sep 17 00:00:00 2001 From: Ajay Thorve Date: Thu, 13 Jul 2023 09:17:33 -0700 Subject: [PATCH 3/3] apply suggestions --- install/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.md b/install/install.md index b3572bba98c..6e87eca55b9 100644 --- a/install/install.md +++ b/install/install.md @@ -239,7 +239,7 @@ bash /rapids/utils/stop-jupyter.sh
## **pip** -RAPIDS 23.06 pip packages of cuDF, dask-cuDF, cuML, cuGraph, cuSpatial, RMM, and RAFT are available for CUDA 11 and CUDA 12 on the NVIDIA Python Package Index. +RAPIDS pip packages are available for CUDA 11 and CUDA 12 on the NVIDIA Python Package Index. ### **pip Additional Prerequisites** The CUDA toolkit version on your system must match the pip CUDA version you install (`-cu11` or `-cu12`).