wangxi 1 周之前
父节点
当前提交
c87f17c667
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      pyproject.toml

+ 3 - 0
pyproject.toml

@@ -34,3 +34,6 @@ packages = ["src/step0_pre_prepare", "src/step1_data_aggregation", "src/step2_gr
 [tool.uv]
 package = true
 
+[tool.uv]
+# 使用清华 PyPI 镜像加速依赖下载;可用环境变量 UV_INDEX_URL 覆盖
+index-url = "https://pypi.tuna.tsinghua.edu.cn/simple"