File size: 466 Bytes
b5f77f6 | 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 | # Core dependencies for Chart Generation Gradio App # Ready for HuggingFace Spaces deployment # Gradio for web interface gradio>=4.0.0 # Data processing pandas>=2.0.0 numpy>=1.24.0 # Visualization matplotlib>=3.7.0 Pillow>=10.0.0 # LLM APIs openai>=1.0.0 anthropic>=0.18.0 # Environment variables python-dotenv>=1.0.0 # Standard library helpers (usually included, but explicit is better) # json, re, base64, mimetypes, pathlib - all included in Python stdlib |