From 2f2f1955cf450c8c1ad5d0dbdfc6700cdc35a8d9 Mon Sep 17 00:00:00 2001 From: roeldegoede Date: Wed, 31 Jan 2024 10:01:07 +0100 Subject: [PATCH] update yml to fix tests --- environment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index fa8875b..24bef13 100644 --- a/environment.yml +++ b/environment.yml @@ -6,6 +6,7 @@ channels: dependencies: - black - build + - geopandas - mypy - pip - pip: @@ -13,4 +14,5 @@ dependencies: - noaa_coops - pytest - python=3.10 + - shapely - twine