From e627ee9ea4cbcc9bb4c2970112ed0dea775f6df8 Mon Sep 17 00:00:00 2001 From: Andrey Date: Wed, 28 Aug 2024 12:29:56 +0400 Subject: [PATCH] fix: build on ARM #2137 (#2139) Fix building on ARM architecture. ### What problem does this PR solve? Fix building on ARM architecture. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) ### Related issues - https://github.com/infiniflow/ragflow/issues/2137 - https://github.com/infiniflow/ragflow/issues/610 - https://github.com/infiniflow/ragflow/issues/434 - https://github.com/infiniflow/ragflow/issues/253 --- requirements_arm.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements_arm.txt b/requirements_arm.txt index 57e795cfd..d064ee40a 100644 --- a/requirements_arm.txt +++ b/requirements_arm.txt @@ -44,7 +44,6 @@ httpx==0.27.0 huggingface-hub==0.20.3 humanfriendly==10.0 idna==3.7 -install==1.3.5 itsdangerous==2.1.2 Jinja2==3.1.4 joblib==1.3.2 @@ -165,4 +164,4 @@ markdown_to_json==2.1.1 scholarly==1.7.11 deepl==1.18.0 psycopg2-binary==2.9.9 -tabulate-0.9.0 \ No newline at end of file +tabulate==0.9.0