Spaces:
Running
Running
FairValue commited on
Commit ·
cc8864e
1
Parent(s): 6773e4b
fix: drop xgboost 2.0.3 version pin to >=3.0.0 to prevent base_score zeroing
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
streamlit==1.32.0
|
| 2 |
-
xgboost=
|
| 3 |
shap==0.44.0
|
| 4 |
pandas==2.2.0
|
| 5 |
numpy==1.26.4
|
|
|
|
| 1 |
streamlit==1.32.0
|
| 2 |
+
xgboost>=3.0.0
|
| 3 |
shap==0.44.0
|
| 4 |
pandas==2.2.0
|
| 5 |
numpy==1.26.4
|