From cc589dcc199644d01c0411a8962e391266f01057 Mon Sep 17 00:00:00 2001 From: SorooshMani-NOAA Date: Thu, 13 Oct 2022 09:21:19 -0400 Subject: [PATCH] Quickfix for issue with geopandas 0.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 914ece01..656b7090 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ enable = true [tool.poetry.dependencies] python = '^3.6' appdirs = '*' -geopandas = '*' +geopandas = '<0.11' haversine = '*' matplotlib = '*' netCDF4 = '*'