File size: 339 Bytes
12eff8e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # MorphSQL — Hugging Face Space dependencies # Keep in sync with sdk_version in README_HF_SPACE.md (Gradio 5.49.x) sqlglot>=25.0.0 networkx>=3.2 jinja2>=3.1 pyyaml>=6.0 pydantic>=2.5 rich>=13.7 typer>=0.12 click>=8.1 numpy>=1.26 pandas>=2.1 tabulate>=0.9 scikit-learn>=1.4 joblib>=1.3 gradio>=5.49,<6 plotly>=5.18 huggingface_hub>=0.23 |