- Update import from PyPDF2 to pypdf - Change dependency to pypdf>=6.1.0 - Update all requirements files - Remove PyPDF2 from lock file - Use modern pypdf library
15 lines
679 B
Text
15 lines
679 B
Text
# LightRAG Offline Dependencies - Document Processing
|
|
# Install with: pip install -r requirements-offline-docs.txt
|
|
# For offline installation:
|
|
# pip download -r requirements-offline-docs.txt -d ./packages
|
|
# pip install --no-index --find-links=./packages -r requirements-offline-docs.txt
|
|
#
|
|
# Recommended: Use pip install lightrag-hku[offline-docs] for the same effect
|
|
# Or use constraints: pip install --constraint constraints-offline.txt -r requirements-offline-docs.txt
|
|
|
|
# Document processing dependencies (with version constraints matching pyproject.toml)
|
|
openpyxl>=3.0.0,<4.0.0
|
|
pycryptodome>=3.0.0,<4.0.0
|
|
pypdf>=6.1.0
|
|
python-docx>=0.8.11,<2.0.0
|
|
python-pptx>=0.6.21,<2.0.0
|