Spaces:
Running
Running
# Core dependencies | |
gevent==22.10.2 | |
Flask<2.3 | |
Werkzeug<2.3 | |
flask-apispec | |
Flask-Cors | |
Flask-RESTful | |
Flask-SocketIO | |
# Web socket and async | |
gevent-websocket | |
python-socketio | |
pyzmq | |
socketio-client | |
websockets>=12.0 | |
# AI/ML dependencies | |
openfabric-pysdk==0.2.9 | |
runstats | |
transformers @ git+https://github.com/huggingface/transformers.git | |
ctransformers @ git+https://github.com/marella/ctransformers.git | |
torch>=2.0.0 | |
huggingface_hub>=0.16.0 | |
accelerate>=0.21.0 | |
# Memory and database | |
chromadb>=0.4.0 | |
sentence-transformers>=2.2.0 | |
sqlalchemy>=2.0.0 | |
# API and utilities | |
fastapi>=0.100.0 | |
uvicorn>=0.23.0 | |
pydantic>=2.0.0,<2.5.0 # Using a version range with pre-built wheels for macOS ARM64 | |
python-dotenv>=1.0.0 | |
httpx>=0.24.0 | |
marshmallow>=3.20.0 | |
marshmallow-enum | |
marshmallow-jsonapi | |
marshmallow-jsonschema | |
deepdiff>=7.0.1 | |
pickleDB | |
web3>=7.5.0 | |
requests>=2.28.0 | |
# Data processing | |
numpy>=1.24.0 | |
pandas>=2.0.0 | |
pillow>=10.0.0 | |
tqdm>=4.62.3 | |
# UI | |
#gradio>=3.40.0 | |
gradio==4.44.1 | |
pygltflib | |
# Fix for jinja2 compatibility issue | |
jinja2>=3.1.0 | |
markupsafe>=2.0.1 |