chore:引入 pydantic-settings 与 pyyaml 依赖

This commit is contained in:
2026-06-11 17:15:48 +08:00
parent 360f98fe7a
commit 993586fdee

View File

@@ -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 兼容性问题: