From 69354732a63fb6889ddd024ccfaeb30e66874fc5 Mon Sep 17 00:00:00 2001 From: "mulin.lyh" Date: Wed, 24 Aug 2022 20:45:13 +0800 Subject: [PATCH] skip pyarrow 9.0.0 --- requirements/runtime.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements/runtime.txt b/requirements/runtime.txt index ce18dcea..4a441946 100644 --- a/requirements/runtime.txt +++ b/requirements/runtime.txt @@ -9,6 +9,8 @@ numpy opencv-python oss2 Pillow>=6.2.0 +# for pyarrow 9.0.0 event_loop core dump +pyarrow>=6.0.0,!=9.0.0 pyyaml requests scipy