build(deps): configure default PyPI mirror for uv
This commit is contained in:
@ -13,3 +13,6 @@ dependencies = [
|
|||||||
"pymilvus>=2.5.6",
|
"pymilvus>=2.5.6",
|
||||||
"uvicorn>=0.34.0",
|
"uvicorn>=0.34.0",
|
||||||
]
|
]
|
||||||
|
[[tool.uv.index]]
|
||||||
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
||||||
|
default = true
|
||||||
|
Reference in New Issue
Block a user