From 1879853185b8b12dd195dcd9f8c9c94287f008b6 Mon Sep 17 00:00:00 2001 From: Arthur Imbert Date: Tue, 8 Feb 2022 18:51:50 +0100 Subject: [PATCH] update scikit-learn version in requirements --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8620829..eb7d1fc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Big-FISH requires Python 3.6 or newer. Additionally, it has the following depend - numpy (>= 1.16.0) - scipy (>= 1.4.1) -- scikit-learn (>= 0.21.0) +- scikit-learn (>= 0.24.0) - scikit-image (>= 0.14.2) - matplotlib (>= 3.0.2) - pandas (>= 0.24.0) diff --git a/requirements.txt b/requirements.txt index 74c7fa7..3e97e58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy >= 1.16.0 -scikit-learn >= 0.21.0 +scikit-learn >= 0.24.0 scikit-image >= 0.14.2 scipy >= 1.4.1 matplotlib >= 3.0.2