Fix Docker image building failure on MacOS (ARM architecture) (#1177)
### What problem does this PR solve? #1164 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -85,9 +85,9 @@ pyarrow==15.0.0
|
||||
pyarrow-hotfix==0.6
|
||||
pyclipper==1.3.0.post5
|
||||
pycparser==2.21
|
||||
pycryptodome==3.20.0
|
||||
pycryptodome-test-vectors==1.0.14
|
||||
pycryptodomex==3.20.0
|
||||
pycryptodome
|
||||
pycryptodome-test-vectors
|
||||
pycryptodomex
|
||||
pydantic==2.6.2
|
||||
pydantic_core==2.16.3
|
||||
PyJWT==2.8.0
|
||||
@@ -98,7 +98,6 @@ python-dateutil==2.8.2
|
||||
python-docx==1.1.0
|
||||
python-dotenv==1.0.1
|
||||
python-pptx==0.6.23
|
||||
pytz==2024.1
|
||||
PyYAML==6.0.1
|
||||
redis==5.0.3
|
||||
regex==2023.12.25
|
||||
@@ -140,6 +139,8 @@ volcengine==1.0.141
|
||||
opencv-python-headless==4.9.0.80
|
||||
readability-lxml==0.8.1
|
||||
html_text==0.6.2
|
||||
selenium==4.21.0
|
||||
webdriver-manager==4.0.1
|
||||
cn2an==0.5.22
|
||||
roman-numbers==1.0.2
|
||||
word2number==1.1
|
||||
Reference in New Issue
Block a user