Skip to content

Commit

Permalink
fix: build on ARM #2137 (#2139)
Browse files Browse the repository at this point in the history
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

- #2137
- #610
- #434
- #253
  • Loading branch information
netandreus authored Aug 28, 2024
1 parent 6c1f1a9 commit e627ee9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements_arm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
tabulate==0.9.0

0 comments on commit e627ee9

Please sign in to comment.