Spaces:
Build error
Build error
File size: 608 Bytes
c613356 62cb42d c613356 62cb42d c613356 62cb42d c613356 62cb42d c613356 62cb42d c613356 |
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 |
# Hugging Face Spaces Requirements for AUTOCREATE AI Platform # Core framework dependencies gradio==4.44.0 fastapi==0.104.1 uvicorn==0.24.0 django==4.2.7 # AI and automation openai==1.3.0 anthropic==0.7.0 requests==2.31.0 # Data processing pandas==2.1.3 numpy==1.24.3 python-dotenv==1.0.0 # Database sqlalchemy==2.0.23 psycopg2-binary==2.9.9 # File processing pathlib json5==0.9.14 # Utilities python-dateutil==2.8.2 pydantic==2.5.0 typing-extensions==4.8.0 # Security cryptography==41.0.8 # Optional - if available # huggingface_hub==0.19.0 # transformers==4.35.0 |