From d1013ac4c0c5616abb4244b0e4007559eb2badf1 Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Mon, 14 Nov 2022 14:19:01 +0100 Subject: [PATCH] Require km3pipe 9.13.4+ --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 70301ac..36a149e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ docopt==0.6.2 km3db==0.7.4 km3io==0.25.2 -km3pipe==9.12.3 +km3pipe==9.13.4 matplotlib==3.5.2 numba==0.55.1 numpy==1.21.6 -- GitLab