From ecbf2e1a33e24eeb12c83b07f35d5bf7a0797101 Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Sun, 21 Nov 2021 21:46:17 +0100 Subject: [PATCH] Require km3pipe==9.11.2 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 54f681b..3ddafa3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -14,7 +14,7 @@ idna==2.10 kiwisolver==1.3.1 km3db==0.7.2 km3io==0.24.0 -km3pipe==9.11.0 +km3pipe==9.11.2 llvmlite==0.36.0 matplotlib==3.4.1 numba==0.53.1 -- GitLab