From f6e6e89a328b00b99c826c9fb03ac0f145eb732a Mon Sep 17 00:00:00 2001 From: voidking Date: Mon, 21 Oct 2024 17:01:07 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4requirements.txt?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC,?= =?UTF-8?q?=E9=80=82=E9=85=8Dpython3.9/3.10/3.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 11 +++++++---- setup.py | 2 -- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index b4f3f563d..5344ffb8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,9 +12,9 @@ typer==0.9.0 lancedb==0.4.0 loguru==0.6.0 meilisearch==0.21.0 -numpy>=1.24.3 -openai>=1.6.1 -openpyxl +numpy~=1.26.4 +openai~=1.39.0 +openpyxl~=3.1.5 beautifulsoup4==4.12.3 pandas==2.1.1 pydantic>=2.5.3 @@ -35,6 +35,9 @@ anthropic==0.18.1 typing-inspect==0.8.0 libcst==1.0.1 qdrant-client==1.7.0 +grpcio~=1.67.0 +grpcio-tools~=1.62.3 +grpcio-status~=1.62.3 # pytest-mock==3.11.1 # test extras require # open-interpreter==0.1.7; python_version>"3.9" # Conflict with openai 1.x ta==0.10.2 @@ -72,7 +75,7 @@ qianfan~=0.4.4 dashscope~=1.19.3 rank-bm25==0.2.2 # for tool recommendation jieba==0.42.1 # for tool recommendation -volcengine-python-sdk[ark]~=1.0.94 +volcengine-python-sdk[ark]~=1.0.94 # Solution for installation error in Windows: https://github.com/volcengine/volcengine-python-sdk/issues/5 # llama-index-vector-stores-elasticsearch~=0.2.5 # Used by `metagpt/memory/longterm_memory.py` # llama-index-vector-stores-chroma~=0.1.10 # Used by `metagpt/memory/longterm_memory.py` gymnasium==0.29.1 diff --git a/setup.py b/setup.py index 8ae4a3e1e..a996a1eb7 100644 --- a/setup.py +++ b/setup.py @@ -61,8 +61,6 @@ def run(self): "azure-cognitiveservices-speech~=1.31.0", "aioboto3~=12.4.0", "gradio==3.0.0", - "grpcio-status==1.48.2", - "grpcio-tools==1.48.2", "google-api-core==2.17.1", "protobuf==3.19.6", "pylint==3.0.3",