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"]