File size: 613 Bytes
14651bf 472833f 14651bf 049be5a 14651bf 472833f fda4b64 472833f fda4b64 14651bf 2d86773 81674a6 049be5a 14651bf 4e84527 049be5a 14651bf 472833f 14651bf 472833f 14651bf 3e286fb 049be5a | 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 | # Core API fastapi>=0.111 uvicorn[standard]>=0.29 # Data Processing & Analytics duckdb>=1.0.0 pandas>=2.2 pyarrow>=15.0 numpy>=1.24,<2.0 scipy>=1.10 scikit-learn==1.2.2 networkx>=3.0 # Local LLM (Free GPU) transformers==4.40.0 accelerate==0.28.0 sentence-transformers==2.7.0 sentencepiece==0.1.99 protobuf>=3.20.0 prometheus-client # Redis Bridge (Upstash) upstash-redis>=0.15.0 # HTTP Clients requests>=2.31 httpx>=0.27.0 # Utilities huggingface_hub>=0.20.0 python-multipart==0.0.6 pycryptodome==3.20.0 python-socketio[asyncio]>=5.11.0 asyncpg>=0.29 apscheduler>=3.10 sqlalchemy[asyncio]>=2.0 redis>=5.0.0 |