From 70041889fd976784835b2e18ed6ce3eee33131ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cram-kishore-odi=E2=80=9D?= Date: Thu, 24 Oct 2024 21:49:50 -0700 Subject: [PATCH] Removed a trailing space causing build failure --- images/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/environment.yml b/images/environment.yml index fef93d0..a103aaa 100644 --- a/images/environment.yml +++ b/images/environment.yml @@ -6,7 +6,7 @@ dependencies: - python=3.11 - fsspec=2023.12.0 - fiona=1.10.1 - - geopandas=1.0.1 # version that fixes the fiona path module issue + - geopandas=1.0.1 # version that fixes the fiona path module issue - mercantile=1.2.1 - pandas - pyarrow