From 2c57bfef96496ce2febd1dad8b07b68965d47875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:37:29 +0000 Subject: [PATCH] Bump scikit-learn from 0.24.2 to 1.0.1 in /gnn-cluster-gcn Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.24.2 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.2...1.0.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gnn-cluster-gcn/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnn-cluster-gcn/requirements.txt b/gnn-cluster-gcn/requirements.txt index 062423d..8cb97d2 100644 --- a/gnn-cluster-gcn/requirements.txt +++ b/gnn-cluster-gcn/requirements.txt @@ -13,7 +13,7 @@ pytest-pythonpath==0.7.4 pytest-xdist==2.5.0 regex==2022.4.24 scipy==1.5.4 -scikit-learn==0.24.2 +scikit-learn==1.0.1 tensorflow-addons==0.14.0 # Workaround for OGB issue on Python3.9 --find-links https://download.pytorch.org/whl/torch_stable.html