From 5041677f11f40ed7540b5c9bf4b9bb903e85b21c Mon Sep 17 00:00:00 2001 From: Zhedong Cen Date: Tue, 28 May 2024 11:13:48 +0800 Subject: [PATCH] Add umap-learn, fasttext and volcengine in requirements_arm.txt (#945) ### What problem does this PR solve? Complete the requirements for ARM ### Type of change - [x] New Feature (non-breaking change which adds functionality) --- requirements_arm.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements_arm.txt b/requirements_arm.txt index 45260fbc5..d03ffbaef 100644 --- a/requirements_arm.txt +++ b/requirements_arm.txt @@ -134,4 +134,7 @@ yarl==1.9.4 zhipuai==2.0.1 BCEmbedding loguru==0.7.2 +umap-learn +fasttext==0.9.2 +volcengine opencv-python-headless==4.9.0.80 \ No newline at end of file