From 75effc168b05a327c04d14bc95bbde4ae77a8153 Mon Sep 17 00:00:00 2001 From: Szymon Date: Tue, 29 Aug 2023 10:47:59 +0200 Subject: [PATCH] updated requirements 1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6005af92..dfb14815 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ install_requires = dask>=2023.3.2; python_version>='3.8' and sys_platform=='windows' descartes geopandas>=0.12.2; python_version>='3.8' - hdbscan==0.8.26 + hdbscan==0.8.33 scikit-learn==1.2.2 matplotlib>=3.6 numpy>=1.23; python_version>='3.10'