From a1578e4a0380ad1f63460d1c0a671c561001f69b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:53:28 +0000 Subject: [PATCH] Bump scikit-learn from 1.0.2 to 1.5.0 in /Models/Asm2vec Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.0.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.0.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Models/Asm2vec/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Asm2vec/requirements.txt b/Models/Asm2vec/requirements.txt index b6eb5e1..c5c8ac8 100644 --- a/Models/Asm2vec/requirements.txt +++ b/Models/Asm2vec/requirements.txt @@ -2,6 +2,6 @@ coloredlogs==15.0.1 networkx==2.5 numpy==1.22.3 pandas==1.4.2 -scikit-learn==1.0.2 +scikit-learn==1.5.0 scipy==1.7.3 tqdm==4.64.0 \ No newline at end of file