From 4545a367c711330fa4199eaca72dbed7d4fafbf3 Mon Sep 17 00:00:00 2001 From: James Wheeler Date: Tue, 7 Jan 2025 16:53:28 +0100 Subject: [PATCH] Update requirements.txt geopandas requirement changed to 0.14.4 to allow basemaps (deprecated since v1.0) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 50362e8c..4cc000a8 100755 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ fiona gdal>=2 godale pyproj>=2.1 -geopandas>=0.8 +geopandas==0.14.4 jupyterlab matplotlib numpy @@ -19,4 +19,4 @@ rtree retrying pytest pytest-cov -pytest-runner \ No newline at end of file +pytest-runner