HDB_Price_Predictor_R1 / requirements.txt
Lesterchia174's picture
Upload 5 files
70fb406 verified
raw
history blame
400 Bytes
# Core dependencies
gradio>=4.0.0
pandas>=1.5.0
numpy>=1.24.0
joblib>=1.2.0
plotly>=5.13.0
huggingface-hub>=0.17.0
# Optional: For Hugging Face Hub integration (if needed)
# huggingface-hub==0.17.3
# Optional: For scikit-learn models (if your joblib files contain sklearn models)
# scikit-learn==1.3.0
# Optional: For XGBoost models (if your joblib files contain xgboost models)
xgboost==1.7.6