Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
Signed-off-by: ChengZi <chen.zhang@zilliz.com>
  • Loading branch information
zc277584121 committed Sep 24, 2024
1 parent 961146e commit 076b4bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ beautifulsoup4==4.12.3
pandas==2.1.1
pydantic>=2.5.3
#pygame==2.1.3
#pymilvus==2.2.8
pymilvus==2.4.6
# pytest==7.2.2 # test extras require
python_docx==0.8.11
PyYAML==6.0.1
# sentence_transformers==2.2.2
setuptools==65.6.3
setuptools==75.1.0
tenacity==8.2.3
tiktoken==0.7.0
tqdm==4.66.2
Expand Down Expand Up @@ -78,5 +78,4 @@ volcengine-python-sdk[ark]~=1.0.94
gymnasium==0.29.1
boto3~=1.34.69
spark_ai_python~=0.3.30
agentops
pymilvus==2.4.5
agentops
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def run(self):
"llama-index-postprocessor-cohere-rerank==0.1.4",
"llama-index-postprocessor-colbert-rerank==0.1.1",
"llama-index-postprocessor-flag-embedding-reranker==0.1.2",
"llama-index-vector-stores-milvus==0.1.23",
"docx2txt==0.8",
],
}
Expand All @@ -63,7 +64,7 @@ def run(self):
"grpcio-status==1.48.2",
"grpcio-tools==1.48.2",
"google-api-core==2.17.1",
"protobuf==3.19.6",
"protobuf==4.25.5",
"pylint==3.0.3",
"pybrowsers",
]
Expand Down

0 comments on commit 076b4bf

Please sign in to comment.