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',