Skip to content

Commit

Permalink
Merge pull request #1133 from garylin2099/v0.8-release
Browse files Browse the repository at this point in the history
update paddleocr version to fix its bug
  • Loading branch information
garylin2099 authored Mar 29, 2024
2 parents 91d374c + dae7492 commit eb47cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def run(self):
"selenium": ["selenium>4", "webdriver_manager", "beautifulsoup4"],
"search-google": ["google-api-python-client==2.94.0"],
"search-ddg": ["duckduckgo-search~=4.1.1"],
"ocr": ["paddlepaddle==2.4.2", "paddleocr>=2.0.1", "tabulate==0.9.0"],
"ocr": ["paddlepaddle==2.4.2", "paddleocr~=2.7.3", "tabulate==0.9.0"],
"rag": [
"llama-index-core==0.10.15",
"llama-index-embeddings-azure-openai==0.1.6",
Expand Down

0 comments on commit eb47cb8

Please sign in to comment.