netandreus commited on
Commit
8152dee
·
1 Parent(s): dd2c2ea

fix: build on ARM #2137 (#2139)

Browse files

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

Files changed (1) hide show
  1. requirements_arm.txt +1 -2
requirements_arm.txt CHANGED
@@ -44,7 +44,6 @@ httpx==0.27.0
44
  huggingface-hub==0.20.3
45
  humanfriendly==10.0
46
  idna==3.7
47
- install==1.3.5
48
  itsdangerous==2.1.2
49
  Jinja2==3.1.4
50
  joblib==1.3.2
@@ -165,4 +164,4 @@ markdown_to_json==2.1.1
165
  scholarly==1.7.11
166
  deepl==1.18.0
167
  psycopg2-binary==2.9.9
168
- tabulate-0.9.0
 
44
  huggingface-hub==0.20.3
45
  humanfriendly==10.0
46
  idna==3.7
 
47
  itsdangerous==2.1.2
48
  Jinja2==3.1.4
49
  joblib==1.3.2
 
164
  scholarly==1.7.11
165
  deepl==1.18.0
166
  psycopg2-binary==2.9.9
167
+ tabulate==0.9.0