From c2981b8f1fd071aab56f2ad5fd269c986fc67683 Mon Sep 17 00:00:00 2001 From: goulas <ilias.goulas@cern.ch> Date: Wed, 26 Mar 2025 16:12:26 +0100 Subject: [PATCH] patch coffea lumi_tools/lumi_tools.py file to avoid test fail --- pyexternals/patches/coffea-2025.3.0.patch | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pyexternals/patches/coffea-2025.3.0.patch diff --git a/pyexternals/patches/coffea-2025.3.0.patch b/pyexternals/patches/coffea-2025.3.0.patch new file mode 100644 index 0000000000..db5e25ed95 --- /dev/null +++ b/pyexternals/patches/coffea-2025.3.0.patch @@ -0,0 +1,5 @@ +--- ./src/coffea/lumi_tools/lumi_tools.py~ 2020-02-02 01:00:00.000000000 +0100 ++++ ./src/coffea/lumi_tools/lumi_tools.py 2025-03-26 15:43:19.828069763 +0100 +@@ -16 +16 @@ +- ++numba.core.types.bool = numba.core.types.bool_ -- GitLab