From 6a29f6151c2dbb6809776c653fe57b490614e2d2 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Thu, 5 Dec 2024 15:21:40 +0000 Subject: [PATCH] fix: try different geopandas --- binder/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/environment.yml b/binder/environment.yml index 623d568..e774a4b 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -6,7 +6,7 @@ channels: dependencies: - python=3.11 - icepyx=1.3.0 - - geopandas=0.14.1 + - geopandas=0.14.4 - matplotlib=3.9.2 - numpy=1.26.2 - folium=0.18.0