mirror of https://github.com/astral-sh/uv
This commit is contained in:
parent
9d5f14c361
commit
a7eb0fd7f6
|
|
@ -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…
Reference in New Issue