From 9a27eeb3aa489e1e3a4c3264073f4f1900f99cee Mon Sep 17 00:00:00 2001 From: barisoztas Date: Tue, 10 Feb 2026 17:08:56 +0100 Subject: [PATCH] add rioxarray and xactextract to dev environment.yml --- environment.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 63be0e3..461f8f3 100644 --- a/environment.yml +++ b/environment.yml @@ -4,9 +4,11 @@ channels: dependencies: - python # required - - shapely=2 + - shapely >=2 - xarray - cf_xarray + - rioxarray + - exactextract # testing - pytest - pytest-cov