From 79a19ca6e95a8ad722fb1b7f157344de6453ef3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szabolcs=20Horv=C3=A1t?= Date: Tue, 4 Jun 2024 18:55:38 +0000 Subject: [PATCH] Replace python-igraph dependency by igraph --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5bbc134..b69a65b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "pandera", "pyarrow", "pyogrio", - "python-igraph", + "igraph", "rasterio", "shapely", "scipy"