Some RAPIDS packages (cuDF, cuML, and dask-cuDF) are now available on PyPI, but the install selector always shows installation commands with --extra-index-url pointing to NVIDIA's package index.
Expected behavior:
When users select only packages available on PyPI, the install command should install directly from PyPI without the --extra-index-url flag, making installation simpler and leveraging PyPI's infrastructure.
Acceptance criteria: