From ca967b669f11db0a403a000128aa7c4c89291344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 00:16:47 +0000 Subject: [PATCH] build(deps): bump scikit-learn from 0.24.2 to 1.2.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.24.2 to 1.2.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.24.2...1.2.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 48046e51..2a585cae --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ polygon-api-client == 1.5.0 pytz == 2022.7 vectorbt == 0.24.3 scipy == 1.9.3 -scikit-learn == 0.24.2 +scikit-learn == 1.2.0 auto-sklearn == 0.15.0 cryptography == 38.0.4 ta == 0.10.2