Skip to content
Closed
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
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
PySide6==6.11.1

# PDF Processing (use pre-compiled wheel for Python 3.12)
PyMuPDF==1.27.2.3
PyMuPDF==1.28.0

# NLP & Security Analysis
presidio-analyzer==2.2.363
spacy==3.8.13 # 3.8.14 not available on PyPI, using latest stable 3.8.x
spacy==3.8.14 # 3.8.14 not available on PyPI, using latest stable 3.8.x
# spaCy language models (pinned to exact versions for reproducibility)
# IMPORTANT: model minor version MUST match the spaCy core minor version
# (spaCy 3.8.x <-> models 3.8.x). The models declare spacy>=3.8.0,<3.9.0.
Expand Down