Skip to content

Commit

Permalink
Add missing quotations for nx-cugraph and cugraph nightly install (
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-rliu authored Oct 24, 2024
1 parent 160e84a commit e8c62f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@
if (pkg === "cuspatial/cuproj") return ["\"cuspatial" + cuda_suffix, "\"cuproj" + cuda_suffix];
if (pkg === "raft") return ["\"pylibraft" + cuda_suffix, "\"raft-dask" + cuda_suffix];
if (pkg === "cuvs") return ["\"cuvs" + cuda_suffix, "\"pylibraft" + cuda_suffix];
if (pkg === "cugraph/nx-cugraph") return ["cugraph" + cuda_suffix, "nx-cugraph" + cuda_suffix];
if (pkg === "cugraph/nx-cugraph") return ["\"cugraph" + cuda_suffix, "\"nx-cugraph" + cuda_suffix];
return ["\"" + pkg + cuda_suffix];
}
}
Expand Down

0 comments on commit e8c62f4

Please sign in to comment.