From b6980d8a1676b4043f32ffd3baf073d71379a913 Mon Sep 17 00:00:00 2001 From: KevinHuSh Date: Wed, 5 Jun 2024 12:18:36 +0800 Subject: [PATCH] add version to package volcengine (#1062) ### What problem does this PR solve? #992 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- requirements.txt | 2 +- requirements_arm.txt | 2 +- requirements_dev.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 08e54fc241..6f45cad041 100644 --- a/requirements.txt +++ b/requirements.txt @@ -136,6 +136,6 @@ BCEmbedding loguru==0.7.2 umap-learn fasttext==0.9.2 -volcengine +volcengine==1.0.141 readability-lxml==0.8.1 html_text==0.6.2 \ No newline at end of file diff --git a/requirements_arm.txt b/requirements_arm.txt index 7c731263cf..a48fc0c860 100644 --- a/requirements_arm.txt +++ b/requirements_arm.txt @@ -136,7 +136,7 @@ BCEmbedding loguru==0.7.2 umap-learn fasttext==0.9.2 -volcengine +volcengine==1.0.141 opencv-python-headless==4.9.0.80 readability-lxml==0.8.1 html_text==0.6.2 \ No newline at end of file diff --git a/requirements_dev.txt b/requirements_dev.txt index e5419b56a8..4c7062afe2 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -124,6 +124,6 @@ ollama==0.1.8 redis==5.0.4 fasttext==0.9.2 umap-learn -volcengine +volcengine==1.0.141 readability-lxml==0.8.1 html_text==0.6.2 \ No newline at end of file