From 1a29ed75c024e4401211d167917a67e3380b050f Mon Sep 17 00:00:00 2001
From: Thomas Kluyver <thomas@kluyver.me.uk>
Date: Wed, 29 Jun 2022 10:48:04 +0100
Subject: [PATCH] Rely on devpi to provide iCalibrationDB and pyDetLib

---
 setup.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index b8ce52d6d..4b644fff9 100644
--- a/setup.py
+++ b/setup.py
@@ -108,9 +108,11 @@ install_requires = [
 ]
 
 if "readthedocs.org" not in sys.executable:
+    # These are in our own internal index, install with:
+    # --index-url https://devpi.exfldadev01.desy.de/euxfel/internal
     install_requires += [
-        "iCalibrationDB @ git+ssh://git@git.xfel.eu:10022/detectors/cal_db_interactive.git@2.4.3",  # noqa
-        "XFELDetectorAnalysis @ git+ssh://git@git.xfel.eu:10022/karaboDevices/pyDetLib.git@6749b1949d7ca4bc5fef69e1ad8407e247dff9e5",  # noqa
+        "iCalibrationDB==2.4.3",  # noqa
+        "XFELDetectorAnalysis==2.7.1",  # aka pyDetLib
         "CalParrot @ git+ssh://git@git.xfel.eu:10022/calibration/calparrot.git@0.3",  # noqa
         # iminuit 1.3.8 is compatible with Python 3.11, but there isn't a 3.11
         # wheel on PyPI, and building directly from source doesn't work.
-- 
GitLab