From 848d4f5cfbe4c95cccfd9c06cc1b4981e40ee15d Mon Sep 17 00:00:00 2001 From: Christiaan Meijer Date: Mon, 21 Oct 2024 11:34:19 +0200 Subject: [PATCH] add missing dependencies (scikit-learn) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4c9fd0..c89c3ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "numpy", "pandas", "rasterio", - "sklearn", + "scikit-learn", ] description = "Segment (georeferenced) raster data in an interactive fashion. Retrain models in seconds. Only small amounts of labeled data necessary because of our use of pretrained base models as feature extractors." keywords = ["Segmentation"," UNet"," Active learning"," Drone"," Raster data"," Spatial data"]