diff --git a/setup.py b/setup.py
index e68e1e4d9db1d42a26b455410d88930ab4aaa1cf..c9f0722aa2d75076598cfcf57cf4bed7c71236e3 100644
--- a/setup.py
+++ b/setup.py
@@ -110,7 +110,6 @@ if "readthedocs.org" not in sys.executable:
     install_requires += [
         "iCalibrationDB @ git+ssh://git@git.xfel.eu:10022/detectors/cal_db_interactive.git@2.3.0",  # noqa
         "XFELDetectorAnalysis @ git+ssh://git@git.xfel.eu:10022/karaboDevices/pyDetLib.git@2.7.0",  # noqa
-        "calibration_client @ git+ssh://git.xfel.eu:10022/ITDM/calibration_client.git@410e48bbff84b0d011a332cac95e3c8b499e9a28"
     ]
 
 setup(