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,<6.0.0",
"pillow>=10.0.0,<12.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
32 changes: 16 additions & 16 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.45.0
docling-core==2.74.1
# 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.19.1
filelock==3.20.3
# via
# huggingface-hub
# torch
Expand Down Expand Up @@ -95,7 +95,7 @@ huggingface-hub==0.34.4
# dual-parser
# tokenizers
# transformers
idna==3.10
idna==3.15
# via
# anyio
# httpx
Expand Down Expand Up @@ -129,15 +129,15 @@ langchain-core==0.3.74
# via
# langchain-cerebras
# langchain-openai
langchain-openai==0.3.32
langchain-openai==1.1.14
# via langchain-cerebras
langsmith==0.4.17
langsmith==0.8.18
# via langchain-core
latex2mathml==3.78.0
# via docling-core
lazy-loader==0.4
# via scikit-image
lxml==5.4.0
lxml==6.1.0
# via
# dual-parser
# python-docx
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.2 ; platform_python_implementation != 'PyPy'
orjson==3.11.6 ; platform_python_implementation != 'PyPy'
# via langsmith
packaging==25.0
# via
Expand All @@ -248,7 +248,7 @@ pandas==2.3.2
# docling-core
# dual-parser
# streamlit
pillow==11.3.0
pillow==12.2.0
# via
# docling-core
# docling-ibm-models
Expand All @@ -262,11 +262,11 @@ pillow==11.3.0
# torchvision
pluggy==1.6.0
# via dual-parser
protobuf==6.32.0
protobuf==6.33.5
# via streamlit
psutil==7.0.0
# via accelerate
pyarrow==21.0.0
pyarrow==23.0.1
# via streamlit
pyclipper==1.3.0.post6
# via easyocr
Expand Down Expand Up @@ -304,7 +304,7 @@ python-dateutil==2.9.0.post0
# via pandas
python-docx==1.2.0
# via dual-parser
python-dotenv==1.1.1
python-dotenv==1.2.2
# via
# dual-parser
# pydantic-settings
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 @@ -405,7 +405,7 @@ tokenizers==0.21.4
# via transformers
toml==0.10.2
# via streamlit
torch==2.8.0
torch==2.12.1
# via
# accelerate
# docling-ibm-models
Expand All @@ -416,7 +416,7 @@ torchvision==0.23.0
# via
# docling-ibm-models
# easyocr
tornado==6.5.2
tornado==6.5.7
# via streamlit
tqdm==4.67.1
# via
Expand All @@ -427,7 +427,7 @@ tqdm==4.67.1
# openai
# semchunk
# transformers
transformers==4.55.4
transformers==5.3.0
# via
# docling-core
# docling-ibm-models
Expand Down Expand Up @@ -462,7 +462,7 @@ typing-inspection==0.4.1
# pydantic-settings
tzdata==2025.2
# via pandas
urllib3==2.5.0
urllib3==2.7.0
# via
# minio
# requests
Expand Down
Loading
Loading