Commit c227de2
authored
remove pypi.nvidia.com from install docs (#2223)
cuVS packages are now available from `pypi.org`, without involving `pypi.nvidia.com`
* https://pypi.org/project/cuvs-cu12/
* https://pypi.org/project/cuvs-cu13/
* https://pypi.org/project/libcuvs-cu12/
* https://pypi.org/project/libcuvs-cu13/
This removes `pypi.nvidia.com` from the install docs.
## Notes for Reviewers
These were the only uses of it I found:
```shell
git grep -E 'pypi\.nvidia.com'
```
Note that installing cuVS packages from `pypi.org` won't work quiiiite yet because the release is still in progress (as of this writing) and packages like `pylibraft-cu13==26.6` aren't published yet, but that should be resolved within the next day.
Authors:
- James Lamb (https://github.com/jameslamb)
Approvers:
- Divye Gala (https://github.com/divyegala)
URL: #22231 parent a71b165 commit c227de2
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments