Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
|
|
1 |
scikit-learn==1.2.2
|
2 |
xgboost==1.7.5
|
3 |
pandas
|
4 |
gradio
|
|
|
5 |
huggingface_hub
|
|
|
1 |
+
numpy==1.23.5
|
2 |
scikit-learn==1.2.2
|
3 |
xgboost==1.7.5
|
4 |
pandas
|
5 |
gradio
|
6 |
+
joblib
|
7 |
huggingface_hub
|