From dc607098140128741d22cce038c19f75a5deef68 Mon Sep 17 00:00:00 2001 From: Villu Ruusmann Date: Mon, 1 Jan 2024 18:35:44 +0200 Subject: [PATCH] Updated requirements.txt --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3b4d18d..3197064 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ CHAID==5.3.0 dill==0.3.6 joblib==1.3.1 -lightgbm==3.3.5 -numpy==1.21.6 +lightgbm==4.1.0 +numpy==1.22.4 optbinning==0.17.3 -pandas==1.3.5 +pandas==1.5.3 scikit-learn scikit-lego==0.6.14 sklearn-pandas==2.2.0 -statsmodels==0.13.5 +statsmodels==0.14.1 TPOT==0.12.0 -xgboost==1.6.2 \ No newline at end of file +xgboost==2.0.2 \ No newline at end of file