From 76bd7e3eaf3eca21e590ad9a4d7e347ba843386c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:12:21 +0000 Subject: [PATCH] Bump scikit-learn in /numerai/examples/signals-python3 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.24.0 to 1.0.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.24.0...1.0.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- numerai/examples/signals-python3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numerai/examples/signals-python3/requirements.txt b/numerai/examples/signals-python3/requirements.txt index 0c92807..2f60411 100644 --- a/numerai/examples/signals-python3/requirements.txt +++ b/numerai/examples/signals-python3/requirements.txt @@ -3,6 +3,6 @@ numpy==1.21.0 pandas==1.2.0 pyarrow==7.0.0 python-dateutil==2.8.1 -scikit-learn==0.24.0 +scikit-learn==1.0.1 joblib==1.2.0 git+http://github.com/leonhma/yfinance.git@master#egg=yfinance \ No newline at end of file