From e234633ad9f5d18470e4bcd5183262c8cb03af98 Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Fri, 4 Oct 2024 14:52:12 -0500 Subject: [PATCH] add geopandas to environment reqs --- .github/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/environment.yml b/.github/environment.yml index 5a4905c7..76875d6b 100644 --- a/.github/environment.yml +++ b/.github/environment.yml @@ -9,4 +9,4 @@ dependencies: - pdal - pytest - meshio - - pandas + - geopandas