diff --git a/pyproject.toml b/pyproject.toml index 1a53ad2..9295476 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,14 +23,14 @@ dependencies = [ "modelscope>=1.20.0,<2.0.0", "markdown>=3.6", "nltk>=3.9.1", - "numpy>=1.26.0,<2.0.0", + "numpy>=2.0.0", "ollama>=0.6.1", "onnxruntime>=1.19.2", "openai>=1.45.0", "opencv-python>=4.10.0.84", "opencv-python-headless>=4.10.0.84", "openpyxl>=3.1.0,<4.0.0", - "pandas>=2.2.0,<3.0.0", + "pandas>=2.2.2,<3.0.0", "pdfplumber>=0.10.4", "pillow>=11.0.0", "pyclipper>=1.3.0.post5", @@ -45,7 +45,7 @@ dependencies = [ "strenum>=0.4.15", "tencentcloud-sdk-python>=3.0.1215", "tiktoken>=0.7.0", - "xgboost>=1.6.0,<2.0.0", + "xgboost>=2.1.0,<3.0.0", "xpinyin>=0.7.6", "zhipuai>=2.0.1", "google-generativeai>=0.8.1,<0.9.0",