mirror of
https://github.com/astral-sh/uv.git
synced 2025-12-23 09:19:48 +00:00
This commit is contained in:
parent
9d5f14c361
commit
a7eb0fd7f6
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ static DEFAULT_INDEX: LazyLock<Index> = LazyLock::new(|| {
|
|||
});
|
||||
|
||||
static VARIANT_URL: LazyLock<DisplaySafeUrl> =
|
||||
LazyLock::new(|| DisplaySafeUrl::parse("https://download.pytorch.org/whl/variant").unwrap());
|
||||
LazyLock::new(|| DisplaySafeUrl::parse("https://wheelnext.github.io/variants-index/v0.0.2").unwrap());
|
||||
|
||||
static VARIANT_INDEX: LazyLock<Index> = LazyLock::new(|| {
|
||||
Index::from_extra_index_url(IndexUrl::Url(Arc::new(VerbatimUrl::from_url(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue