@@ -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"