From 8e82184f13b64637dddfab3d8048e2ef9a3a0afd Mon Sep 17 00:00:00 2001
From: Calibration Team <yolo@xfel.eu>
Date: Fri, 7 May 2021 15:01:06 +0200
Subject: [PATCH] Update cal_db_interactive version

Fixes issues where the type to initialize Detector Constants differ in online and offline calibration. The enum themselves are used in offline calibration, while their string representation are used in the online calibration
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 51e7fa685..9465ced13 100644
--- a/setup.py
+++ b/setup.py
@@ -75,7 +75,7 @@ setup(
     },
     ext_modules=cythonize(ext_modules),
     install_requires=[
-        "iCalibrationDB @ git+ssh://git@git.xfel.eu:10022/detectors/cal_db_interactive.git@2.0.7",  # noqa
+        "iCalibrationDB @ git+ssh://git@git.xfel.eu:10022/detectors/cal_db_interactive.git@2.0.8",  # noqa
         "XFELDetectorAnalysis @ git+ssh://git@git.xfel.eu:10022/karaboDevices/pyDetLib.git@2.5.6-2.10.0#subdirectory=lib",  # noqa
         "pasha @ git+https://github.com/European-XFEL/pasha.git@0.1.0",
         "Cython==0.29.21",
-- 
GitLab