diff --git a/requirements-docker.txt b/requirements-docker.txt index f775093..ae08101 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -2,4 +2,4 @@ numpy==2.2.0 pandas==2.2.3 xgboost==2.1.3 pyarrow==18.1.0 -scikit-learn==1.5.2 \ No newline at end of file +scikit-learn==1.6.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 2ff8850..4a3bc98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ xgboost-cpu==2.1.3; platform_machine == "x86_64" xgboost==2.1.3; platform_machine != "x86_64" psutil==6.1.0 pyarrow==18.1.0 -scikit-learn==1.5.2 \ No newline at end of file +scikit-learn==1.6.0 \ No newline at end of file