From f84a1e2aa84be079a2f2f4b148673611da1b66f7 Mon Sep 17 00:00:00 2001 From: kexuesheng <769014005@qq.com> Date: Wed, 24 Dec 2025 23:05:10 +0800 Subject: [PATCH] =?UTF-8?q?uv=E9=A1=B9=E7=9B=AE=E4=B8=AD=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=9B=BD=E5=86=85=E9=95=9C=E5=83=8F=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/pyproject.toml b/api/pyproject.toml index 870de33f4b..3dc08297f9 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -104,6 +104,10 @@ packages = [] default-groups = ["storage", "tools", "vdb"] package = false +# 配置国内镜像源 +index-url = "https://mirrors.aliyun.com/pypi/simple/" +# extra-index-url = ["https://pypi.tuna.tsinghua.edu.cn/simple/"] + [dependency-groups] ############################################################