From 3ea8ea511d1f0863e422e502b9f239d097227a96 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver <thomas.kluyver@xfel.eu> Date: Tue, 5 Nov 2024 16:48:55 +0000 Subject: [PATCH] CalParrot is now on devpi as well --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e4e98730..caa0e0806 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 -- GitLab