From cf16661f704c9c9c9729f8fd05c8352345e1df2c Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 10 Jun 2026 08:53:44 -0500 Subject: [PATCH] remove cuxfilter references --- source/platforms/colab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/platforms/colab.md b/source/platforms/colab.md index 800e9b38..4867da0e 100644 --- a/source/platforms/colab.md +++ b/source/platforms/colab.md @@ -11,7 +11,7 @@ RAPIDS cuDF is preinstalled on Google Colab and instantly accelerates Pandas wit 1. [RAPIDS Quick Install](colab-quick) - applicable for most users and quickly installs all the RAPIDS Stable packages. 2. [RAPIDS Custom Setup Instructions](colab-custom) - step by step set up instructions covering the **must haves** for when a user needs to adapt instance to their workflows. -In both sections, we will be installing RAPIDS on colab using pip. The pip installation allows users to install libraries like cuDF, cuML, cuGraph, and cuXfilter stable versions in a few minutes. +In both sections, we will be installing RAPIDS on colab using pip. The pip installation allows users to install libraries like cuDF, cuML, and cuGraph stable versions in a few minutes. RAPIDS install on Colab strives to be an "always working" solution, and sometimes will **pin** RAPIDS versions to ensure compatibility.