DataEngEval / requirements.txt
uparekh01151's picture
Resolve all merge conflicts - keep DataEngEval version
328cf71
# Core dependencies for Hugging Face Spaces
gradio>=4.0.0
pandas>=2.0.0
pyarrow>=12.0.0
duckdb>=0.8.0
sqlglot>=18.0.0
pyyaml>=6.0
numpy>=1.24.0
# Hugging Face Inference API (no local model loading)
requests>=2.31.0
huggingface-hub>=0.16.0
# Optional: For better performance
fastapi>=0.100.0
uvicorn>=0.23.0
# Development dependencies (optional)
pytest>=7.4.0
pytest-cov>=4.0.0
black>=23.0.0
flake8>=6.0.0