From 7a861d1f9a460163b51581f0eaea99e1d29118f3 Mon Sep 17 00:00:00 2001 From: Ralph Liu Date: Thu, 12 Sep 2024 16:25:57 -0400 Subject: [PATCH] Add note --- _includes/selector.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/selector.html b/_includes/selector.html index 2a7a72119d1..19263e8a734 100644 --- a/_includes/selector.html +++ b/_includes/selector.html @@ -659,7 +659,7 @@ notes = [...notes, "TensorFlow requires CUDA 12."]; } if (this.active_additional_packages.includes("NetworkX + nx-cugraph")) { - notes = [...notes, "TODO: Write me!"]; + notes = [...notes, "Selecting this option will install both standard NetworkX and a GPU-accelerated backend by RAPIDS"]; } }