From cd5e745f1f13ecbf9286e8c6b84f81e8c312c0b8 Mon Sep 17 00:00:00 2001
From: ahmedk <karim.ahmed@xfel.eu>
Date: Mon, 25 Jul 2022 17:53:53 +0200
Subject: [PATCH] pin xarray to a stable version for pycalibration

---
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index d59016bb8..a85f0e4fc 100644
--- a/setup.py
+++ b/setup.py
@@ -60,6 +60,7 @@ install_requires = [
         "astcheck==0.2.5",
         "astsearch==0.2.0",
         "cfelpyutils==1.0.1",
+        "calibration_client==10.0.0",
         "dill==0.3.0",
         "docutils==0.17.1",
         "dynaconf==3.1.4",
@@ -102,7 +103,7 @@ install_requires = [
         "sphinx==1.8.5",
         "tabulate==0.8.6",
         "traitlets==4.3.3",
-        "calibration_client==10.0.0",
+	"xarray==2022.3.0",
 ]
 
 if "readthedocs.org" not in sys.executable:
-- 
GitLab