From d324a7bb807f7b23291c3ffc3ab6d6e1bd9cd8ab Mon Sep 17 00:00:00 2001 From: Thomas Kluyver <thomas.kluyver@xfel.eu> Date: Tue, 5 Nov 2024 16:38:06 +0000 Subject: [PATCH] Upgrade pyDetLib to version compatible with newer Numpy --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4b644fff9..7e4e98730 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. -- GitLab