diff --git a/setup.py b/setup.py
index 7e4e987300d098cd20a015a2d536f81679c7c615..caa0e08067c6ac67afe47942412b92315b86ee4d 100644
--- a/setup.py
+++ b/setup.py
@@ -113,7 +113,7 @@ if "readthedocs.org" not in sys.executable:
     install_requires += [
         "iCalibrationDB==2.4.3",
         "XFELDetectorAnalysis==2.7.2",  # aka pyDetLib
-        "CalParrot @ git+ssh://git@git.xfel.eu:10022/calibration/calparrot.git@0.3",  # noqa
+        "CalParrot==0.3",
         # 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.
         "iminuit @ https://git.xfel.eu/api/v4/projects/4538/packages/generic/iminuit/1.3.8/iminuit-1.3.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",  # noqa