File size: 716 Bytes
ddf421d |
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 |
--prefer-binary # ========= Core Runtime ========= numpy==1.26.4 pandas torch==2.5.1 torchvision==0.20.1 Pillow==10.4.0 opencv-python==4.11.0.86 pdf2image==1.17.0 PyMuPDF==1.25.2 moviepy==1.0.3 aiofiles==24.1.0 aiohttp==3.11.11 tqdm==4.67.1 matplotlib==3.10.0 scikit-learn==1.6.1 scipy==1.15.1 sentence-transformers==3.3.1 transformers==4.48.0 # ========= ML / LLM Frameworks ========= accelerate huggingface-hub==0.27.1 openai==1.59.8 pydantic==2.10.6 # ========= Web / API / Async ========= fastapi==0.115.6 uvicorn==0.32.1 requests==2.32.3 httpx==0.27.2 nest-asyncio==1.6.0 # ========= Utils ========= filelock==3.16.1 regex==2024.11.6 PyYAML==6.0.2 typing_extensions==4.12.2 rich==13.9.4 coloredlogs==15.0.1 |