diff --git a/setup.py b/setup.py
index 4b644fff987e2c69d7a48de9b4444beb07dee1c1..7e4e987300d098cd20a015a2d536f81679c7c615 100644
--- a/setup.py
+++ b/setup.py
@@ -111,8 +111,8 @@ 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==2.4.3",  # noqa
-        "XFELDetectorAnalysis==2.7.1",  # aka pyDetLib
+        "iCalibrationDB==2.4.3",
+        "XFELDetectorAnalysis==2.7.2",  # 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.