Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cuXfilter to PyPI packages #412

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -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: "<i class='fas fa-info-circle text-blue'></i>",
Expand Down Expand Up @@ -636,7 +636,7 @@
},
getpipNotes() {
var notes = [];
notes = [...notes, "<code>cuDF</code>, <code>dask-cuDF</code>, <code>cuML</code>, <code>cuGraph</code>, and <code>cuSpatial</code> pip packages are hosted on the NVIDIA Python Package Index<br>",
notes = [...notes, "<code>cuDF</code>, <code>dask-cuDF</code>, <code>cuML</code>, <code>cuGraph</code>, <code>cuSpatial</code>, and <code>cuXfilter</code> pip packages are hosted on the NVIDIA Python Package Index<br>",
'pip installation supports Python <code>3.9</code>, and <code>3.10</code><br>'];

return notes.map(note => this.note_prefix + " " + note);
Expand Down
2 changes: 1 addition & 1 deletion install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ bash /rapids/utils/stop-jupyter.sh
<div id="pip"></div>

## **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**
<i class="fas fa-info-circle"></i> The CUDA toolkit version on your system must match the pip CUDA version you install (`-cu11` or `-cu12`). <br/>
Expand Down