Spaces:
Build error
Build error
File size: 526 Bytes
dbf9d04 |
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 |
# Core Dependencies streamlit==1.51.0 fastapi==0.115.6 uvicorn[standard]==0.34.0 python-multipart==0.0.20 python-dotenv==1.0.1 # ML/AI Libraries torch==2.6.0 torchvision==0.21.0 transformers==4.57.1 diffusers==0.32.2 accelerate==1.2.1 bitsandbytes==0.45.0 qwen-vl-utils==0.0.8 # LangGraph & Agent langgraph==0.2.59 langgraph-checkpoint==2.0.10 # Azure OpenAI openai==1.59.5 # Image Processing Pillow==11.0.0 playwright==1.48.0 # Other utilities requests==2.32.3 aiofiles==24.1.0 pydantic==2.10.4 pydantic-settings==2.7.0 |