From 993586fdeea360136174c13310010eec1df7d13e Mon Sep 17 00:00:00 2001 From: wuzhuorong <973204353@qq.com> Date: Thu, 11 Jun 2026 17:15:48 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E5=BC=95=E5=85=A5=20pydantic-settings=20?= =?UTF-8?q?=E4=B8=8E=20pyyaml=20=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/server/requirements.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/server/requirements.txt b/apps/server/requirements.txt index 4533a56..3a40407 100644 --- a/apps/server/requirements.txt +++ b/apps/server/requirements.txt @@ -3,6 +3,8 @@ fastapi==0.136.1 uvicorn[standard]==0.34.0 python-multipart==0.0.20 pydantic==2.10.6 +pydantic-settings==2.7.1 +pyyaml==6.0.2 python-dotenv==1.1.0 aiofiles==25.1.0 websockets==14.1 @@ -26,7 +28,7 @@ paddle2onnx==2.1.0 # 数据处理 pandas==2.3.3 scipy==1.15.2 -scikit-image==0.26.2 +scikit-image==0.26.0 # 图像和几何处理 imageio==2.37.3 @@ -35,7 +37,7 @@ shapely==2.1.0 # 其他工具 click==8.4.0 -tqdm==4.69.2 +tqdm==4.68.1 psutil==6.1.1 # 网络相关 @@ -45,6 +47,8 @@ certifi==2026.5.20 # 开发工具 ipython==9.1.0 jedi==0.19.2 +pytest==9.0.3 +pytest-cov==7.0.0 # 特殊注意事项: # 1. imgaug==0.4.0 需要手动修复 numpy 2.0 兼容性问题: