diff --git a/_includes/selector.html b/_includes/selector.html index cfd7cbd64c9..79d1586f202 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: "", @@ -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); 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`).