nba-performance-predictor / requirements.txt
arvindrangarajan's picture
Upload folder using huggingface_hub
060d2a9 verified
raw
history blame contribute delete
332 Bytes
# Core ML dependencies
pandas>=1.5.0
numpy>=1.21.0
scikit-learn>=1.1.0
xgboost>=1.6.0
joblib>=1.2.0
# Hugging Face dependencies
huggingface-hub>=0.17.0
# Gradio for web interface
gradio>=4.0.0
# Visualization (optional for local development)
matplotlib>=3.5.0
seaborn>=0.11.0
# Development dependencies (optional)
jupyter>=1.0.0