From 31ac9c75b1e0d29780c2d14d100c2a1953abf4e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:14:55 +0000 Subject: [PATCH 1/2] Bump scikit-learn from 1.4.1.post1 to 1.4.2 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.4.1.post1 to 1.4.2. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.1.post1...1.4.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 644b4c7..8f8aae4 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "numpy==1.26.4", "tqdm==4.66.2", "pandas==2.2.1", - "scikit-learn==1.4.1.post1", + "scikit-learn==1.4.2", "sqlalchemy==2.0.29", ], extras_require={ From 47019aa06a50349049fd0f921bdc9178b36f203e Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 10 Apr 2024 13:20:57 -0500 Subject: [PATCH 2/2] Update environment.yml --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 9e04f42..e162ac3 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -8,6 +8,6 @@ dependencies: - numpy =1.26.4 - pandas =2.2.1 - python -- scikit-learn =1.4.1.post1 +- scikit-learn =1.4.2 - sqlalchemy =2.0.29 - tqdm =4.66.2