From f6ae5704176f0044b0addb9d3d237f4482d57faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B9=9B=E9=9C=B2=E5=85=88=E7=94=9F?= Date: Fri, 11 Jul 2025 19:11:52 +0800 Subject: [PATCH] fix redundancy package import. (#8754) ### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [ ] Bug Fix (non-breaking change which fixes an issue) - [ ] New Feature (non-breaking change which adds functionality) - [ ] Documentation Update - [x] Refactoring - [x] Performance Improvement - [ ] Other (please describe): Signed-off-by: zhanluxianshen --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7f2fa1777..34121cedf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,12 +112,10 @@ dependencies = [ "xpinyin==0.7.6", "yfinance==0.1.96", "zhipuai==2.0.1", - "ruamel-yaml>=0.18.6,<0.19.0", "google-generativeai>=0.8.1,<0.9.0", "python-docx>=1.1.2,<2.0.0", "pypdf2>=3.0.1,<4.0.0", "graspologic>=3.4.1,<4.0.0", - "pymysql>=1.1.1,<2.0.0", "mini-racer>=0.12.4,<0.13.0", "pyodbc>=5.2.0,<6.0.0", "pyicu>=2.13.1,<3.0.0",