Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ scikit-learn==1.5.2 ; python_version <= '3.9'
scikit-learn==1.7.2 ; python_version >= '3.10'
pandas==2.1.3 ; python_version < '3.11'
pandas==2.3.3 ; python_version >= '3.11'
xgboost==2.1.4 ; python_version < '3.10'
xgboost==3.0.5 ; python_version >= '3.10'
xgboost==3.1.0 ; python_version < '3.10'
xgboost==3.1.0 ; python_version >= '3.10'
lightgbm==4.6.0
catboost==1.2.8
shap==0.49.1
Expand Down
Loading