Spaces:
Build error
Build error
# 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 | |