From 761dd63af39fb37e9edccca775e28fffaaa383a5 Mon Sep 17 00:00:00 2001
From: David Hammer <dhammer@mailbox.org>
Date: Wed, 27 Mar 2024 14:34:37 +0100
Subject: [PATCH] Bugfix: missing xarray requirement in Makefile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2906fbfc..60413578 100644
--- a/Makefile
+++ b/Makefile
@@ -21,5 +21,5 @@ xarray:
 extra-geom:
 	$(PYPI) extra_geom==1.11.0
 
-calng: cupy jinja2 h5py extra-geom
+calng: cupy jinja2 h5py extra-geom xarray
 	pip install --upgrade .
-- 
GitLab