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
6 changes: 3 additions & 3 deletions requirements-ai-processing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# Advanced machine learning capabilities for document processing

# Core ML/AI dependencies
torch>=2.0.0
transformers>=4.30.0
torch>=2.12.1
transformers>=5.3.0
sentence-transformers>=2.2.0
datasets>=2.14.0

# Computer Vision
torchvision>=0.15.0
Pillow>=9.5.0
Pillow>=12.2.0
opencv-python>=4.8.0

# NLP and Language Processing
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pytest==9.0.3
pytest-cov==5.0.0
mypy==1.9.0
ruff==0.4.2
python-dotenv==1.0.1
python-dotenv==1.2.2
PyYAML==6.0.1
types-PyYAML==6.0.12.20240917
pre-commit==3.7.1
Expand Down
6 changes: 3 additions & 3 deletions requirements-document-processing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Core document processing
docling>=1.0.0
docling-core>=1.0.0
docling-core>=2.74.1

# PDF processing
PyPDF2>=3.0.0
Expand All @@ -15,10 +15,10 @@ python-pptx>=0.6.21

# HTML/XML processing
beautifulsoup4>=4.12.0
lxml>=4.9.0
lxml>=6.1.0

# Image processing (for OCR)
Pillow>=9.0.0
Pillow>=12.2.0

# Text processing utilities
markdown>=3.4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
langchain==0.3.27
langchain==1.3.9
langchain-google-genai==2.1.9
langchain-community==0.3.27
langchain-ollama==0.3.6
Expand Down
4 changes: 2 additions & 2 deletions requirements_agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ 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>=4.0.0,<7.0.0",
"pillow>=10.0.0,<13.0.0",
"tqdm>=4.65.0,<5.0.0",
"pluggy>=1.0.0,<2.0.0",
"pylatexenc>=2.10,<3.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 @@ -125,19 +125,19 @@ jsonschema-specifications==2025.4.1
# via jsonschema
langchain-cerebras==0.5.0
# via dual-parser
langchain-core==0.3.74
langchain-core==1.3.3
# 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 @@ -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