mirror of https://github.com/astral-sh/uv
This commit is contained in:
parent
e0246b70db
commit
f505cf8a2b
|
|
@ -27,9 +27,8 @@ static DEFAULT_INDEX: LazyLock<Index> = LazyLock::new(|| {
|
||||||
))))
|
))))
|
||||||
});
|
});
|
||||||
|
|
||||||
static VARIANT_URL: LazyLock<DisplaySafeUrl> = LazyLock::new(|| {
|
static VARIANT_URL: LazyLock<DisplaySafeUrl> =
|
||||||
DisplaySafeUrl::parse("https://download.pytorch.org/whl/test/variant").unwrap()
|
LazyLock::new(|| DisplaySafeUrl::parse("https://download.pytorch.org/whl/variant").unwrap());
|
||||||
});
|
|
||||||
|
|
||||||
static VARIANT_INDEX: LazyLock<Index> = LazyLock::new(|| {
|
static VARIANT_INDEX: LazyLock<Index> = LazyLock::new(|| {
|
||||||
Index::from_extra_index_url(IndexUrl::Url(Arc::new(VerbatimUrl::from_url(
|
Index::from_extra_index_url(IndexUrl::Url(Arc::new(VerbatimUrl::from_url(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue