Spaces:
Runtime error
Runtime error
File size: 499 Bytes
1d75522 |
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 |
# Core dependencies fastapi>=0.68.0 uvicorn>=0.15.0 gradio==4.44.1 pydantic>=2.0.0 python-dotenv>=0.19.0 # API and networking httpx>=0.24.0 requests>=2.31.0 aiohttp>=3.8.0 urllib3>=2.0.7 websockets>=10.0 # ML and data processing numpy>=1.24.0 pandas>=2.1.0 scikit-learn>=1.3.2 plotly>=5.18.0 # Model integration huggingface-hub>=0.19.4 groq>=0.4.1 # Utilities typing-extensions>=4.0.0 asyncio>=3.4.3 tqdm>=4.66.0 joblib==1.3.2 # Development pytest>=7.0.0 black>=22.0.0 isort>=5.0.0 mypy>=1.0.0 |