diff --git a/setup.py b/setup.py
index b8ce52d6d54df2a7be36b59fbd90f74a2c4ee64a..4b644fff987e2c69d7a48de9b4444beb07dee1c1 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.