Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions requirements_agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"pypdfium2>=4.30.0,!=4.30.1,<5.0.0",
"pydantic-settings>=2.3.0,<3.0.0",
"huggingface_hub",
"requests>=2.32.2,<3.0.0",
"requests>=2.33.0,<3.0.0",
"easyocr>=1.7,<2.0",
"certifi>=2024.7.4",
"rtree>=1.3.0,<2.0.0",
Expand All @@ -28,15 +28,15 @@ dependencies = [
"pandas>=2.1.4,<3.0.0",
"marko>=2.1.2,<3.0.0",
"openpyxl>=3.1.5,<4.0.0",
"lxml>=4.0.0,<7.0.0",
"pillow>=10.0.0,<13.0.0",
"lxml>=6.1.0,<7.0.0",
"pillow>=12.2.0,<13.0.0",
"tqdm>=4.65.0,<5.0.0",
"pluggy>=1.0.0,<2.0.0",
"pylatexenc>=2.10,<3.0",
"scipy>=1.6.0,<2.0.0",
"accelerate>=1.0.0,<2",
"langchain-cerebras>=0.5.0",
"python-dotenv>=1.1.1",
"python-dotenv>=1.2.2",
"minio>=7.2.7,<8.0.0",
]

Expand All @@ -50,7 +50,7 @@ dev = [

[project.optional-dependencies]
llm = [
"langchain>=0.3.7",
"langchain>=1.3.9",
"langchain-core>=0.3.15",
"langchain-community>=0.3.7",
"langchain-ollama>=0.2.0",
Expand Down
20 changes: 10 additions & 10 deletions requirements_agent/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dill==0.4.0
# via multiprocess
distro==1.9.0
# via openai
docling-core==2.74.1
docling-core==2.87.0
# via
# docling-ibm-models
# docling-parse
Expand All @@ -63,7 +63,7 @@ easyocr==1.7.2
# via dual-parser
et-xmlfile==2.0.0
# via openpyxl
filelock==3.20.3
filelock==3.29.7
# via
# huggingface-hub
# torch
Expand Down Expand Up @@ -95,7 +95,7 @@ huggingface-hub==0.34.4
# dual-parser
# tokenizers
# transformers
idna==3.15
idna==3.18
# via
# anyio
# httpx
Expand Down Expand Up @@ -129,9 +129,9 @@ langchain-core==1.3.3
# via
# langchain-cerebras
# langchain-openai
langchain-openai==1.1.14
langchain-openai==1.3.5
# via langchain-cerebras
langsmith==0.8.18
langsmith==0.10.2
# via langchain-core
latex2mathml==3.78.0
# via docling-core
Expand Down Expand Up @@ -230,7 +230,7 @@ opencv-python-headless==4.11.0.86
# easyocr
openpyxl==3.1.5
# via dual-parser
orjson==3.11.6 ; platform_python_implementation != 'PyPy'
orjson==3.11.9 ; platform_python_implementation != 'PyPy'
# via langsmith
packaging==25.0
# via
Expand Down Expand Up @@ -262,11 +262,11 @@ pillow==12.2.0
# torchvision
pluggy==1.6.0
# via dual-parser
protobuf==6.33.5
protobuf==7.35.1
# via streamlit
psutil==7.0.0
# via accelerate
pyarrow==23.0.1
pyarrow==25.0.0
# via streamlit
pyclipper==1.3.0.post6
# via easyocr
Expand Down Expand Up @@ -332,7 +332,7 @@ regex==2025.7.34
# via
# tiktoken
# transformers
requests==2.32.5
requests==2.33.0
# via
# dual-parser
# huggingface-hub
Expand Down Expand Up @@ -427,7 +427,7 @@ tqdm==4.67.1
# openai
# semchunk
# transformers
transformers==5.3.0
transformers==5.13.1
# via
# docling-core
# docling-ibm-models
Expand Down
Loading
Loading