From e211542100e7674f9ad56fa527ec321d77614243 Mon Sep 17 00:00:00 2001 From: AlexanderJuestel Date: Mon, 22 Jul 2024 20:32:20 +0200 Subject: [PATCH] Fix pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a186b5e..8c7c83e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ # These dependencies will automatically install other packages like numpy, pandas or matplotlib dependencies = [ 'geopandas', - 'shapely' + 'shapely', 'pandas', 'numpy', 'affine',