Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix dep
Browse files Browse the repository at this point in the history
WHALEEYE committed Sep 16, 2024
1 parent c97b7e1 commit 7073039
Showing 2 changed files with 51 additions and 10 deletions.
59 changes: 50 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ google-generativeai = { version = "^0.6.0", optional = true }
anthropic = { version = "^0.29.0", optional = true }
groq = { version = "^0.5.0", optional = true }
ollama = { version = "^0.2.0", optional = true }
camel-ai = { version = "^0.1.8", extras = ["all"], optional = true }
camel-ai = { version = "^0.2", extras = ["all"], optional = true }

# text ocr
easyocr = { version = "^1.7.1", optional = true }

0 comments on commit 7073039

Please sign in to comment.