From 25f24509292e914eca5bfab66f750a283a763195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 03:34:01 +0000 Subject: [PATCH] Bump scikit-learn in /crypto_one_ft/legacy/inference_deployment Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.3.2 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.3.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crypto_one_ft/legacy/inference_deployment/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 crypto_one_ft/legacy/inference_deployment/requirements.txt diff --git a/crypto_one_ft/legacy/inference_deployment/requirements.txt b/crypto_one_ft/legacy/inference_deployment/requirements.txt old mode 100755 new mode 100644 index 516859c..91328ef --- a/crypto_one_ft/legacy/inference_deployment/requirements.txt +++ b/crypto_one_ft/legacy/inference_deployment/requirements.txt @@ -2,7 +2,7 @@ torch==2.6.0 numpy==1.26.2 pandas==2.1.4 -scikit-learn==1.3.2 +scikit-learn==1.5.0 joblib==1.3.2 fastapi==0.104.1 uvicorn[standard]==0.24.0