File size: 332 Bytes
060d2a9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# 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 |