From ff4d59e45947103aacae2fa1bc07f9272344287e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Garrido-Labrador?= Date: Tue, 6 Feb 2024 12:08:50 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6a3ff50..f97a6c5 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ Installation --- ### Dependencies -* scikit_learn = 1.2.0 -* joblib = 1.2.0 -* numpy = 1.23.3 -* pandas = 1.4.3 -* scipy = 1.9.3 -* statsmodels = 0.13.2 +* joblib >= 1.2.0 +* numpy >= 1.23.3 +* pandas >= 1.4.3 +* scikit_learn >= 1.2.0 +* scipy >= 1.10.1 +* statsmodels >= 0.13.2 * pytest = 7.2.0 (only for testing) ### `pip` installation