File size: 1,277 Bytes
40bd54b 0d7ad2a aa5c211 00f09d5 42180e4 02bcbaf 40bd54b ad8fef5 00f09d5 ad8fef5 40bd54b 02bcbaf 40bd54b 02bcbaf 40bd54b eea5c07 1935c45 40bd54b eea5c07 40bd54b 1935c45 2c00d05 40bd54b 1935c45 bf83b6f 02bcbaf 2c00d05 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
# --- Core and data packages --- numpy==2.2.6 pandas==2.3.3 polars==1.33.1 pyarrow==21.0.0 openpyxl==3.1.5 boto3==1.40.69 python-dotenv==1.0.1 defusedxml==0.7.1 Faker==37.8.0 python-levenshtein==0.27.1 rapidfuzz==3.14.1 # --- PDF / OCR / Redaction tools --- pdfminer.six==20251107 pdf2image==1.17.0 pymupdf==1.26.6 pikepdf==9.11.0 opencv-python==4.12.0.88 presidio_analyzer==2.2.360 presidio_anonymizer==2.2.360 presidio-image-redactor==0.0.57 # --- Document generation --- python-docx==1.2.0 # --- Gradio and apps --- gradio==5.49.1 https://github.com/seanpedrick-case/gradio_image_annotator/releases/download/v0.3.3/gradio_image_annotation-0.3.3-py3-none-any.whl # Custom annotator version with rotation, zoom, labels, and box IDs spaces==0.42.1 # --- AWS Lambda runtime --- awslambdaric==3.1.1 # --- Machine learning / NLP --- scikit-learn==1.7.2 spacy==3.8.7 spaczz==0.6.1 en_core_web_lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.8.0/en_core_web_lg-3.8.0.tar.gz transformers==4.57.1 accelerate==1.11.0 # --- Testing --- pytest>=7.0.0 pytest-cov>=4.0.0 # --- PyTorch (CUDA 12.6) --- --extra-index-url https://download.pytorch.org/whl/cu126 torch>=2.5.1,<=2.8.0 torchvision>=0.20.1 |