agercas commited on
Commit
5db49f9
·
1 Parent(s): 24665ea

add packages

Browse files
Files changed (2) hide show
  1. poetry.lock +0 -0
  2. pyproject.toml +6 -0
poetry.lock CHANGED
The diff for this file is too large to render. See raw diff
 
pyproject.toml CHANGED
@@ -12,6 +12,12 @@ smolagents = "^1.17.0"
12
  whisper = "^1.1.10"
13
  openpyxl = "^3.1.5"
14
  gradio = "^5.32.1"
 
 
 
 
 
 
15
 
16
  [tool.poetry.group.dev.dependencies]
17
  ruff = "^0.11.12"
 
12
  whisper = "^1.1.10"
13
  openpyxl = "^3.1.5"
14
  gradio = "^5.32.1"
15
+ ipykernel = "^6.29.5"
16
+ pillow = "^11.2.1"
17
+ langchain-community = "^0.3.24"
18
+ duckduckgo-search = "^8.0.2"
19
+ arxiv = "^2.2.0"
20
+ pytesseract = "^0.3.13"
21
 
22
  [tool.poetry.group.dev.dependencies]
23
  ruff = "^0.11.12"