From 6a6ca3013d7e1fa51692390f0238e2bf40e79cb6 Mon Sep 17 00:00:00 2001 From: jakimowb Date: Tue, 24 Jan 2023 09:56:30 +0100 Subject: [PATCH] addresses #327. moved scikit-learn to last line to allow successfull updates of other packages by pip install -U -r requirements.txt Signed-off-by: jakimowb --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index 7a0ef6b6..4b0fac8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,3 +25,7 @@ catboost # required by CatBoost classifier/regressor, see #960 numba>=0.56.4 # required by EnSoMAP netCDF4 # required by ONNS enpt-enmapboxapp # required by EnPT + +# moved scikit-learn to bottom because of +# https://github.com/qgis/QGIS/issues/51557 +scikit-learn>=0.24