From 355f63db0251792be2032535e327b62bb8f269d5 Mon Sep 17 00:00:00 2001 From: Nikos Karastathis <n.karastathis@kit.edu> Date: Tue, 14 Feb 2023 15:52:39 +0100 Subject: [PATCH] switch to arrow 10.0.0 --- conanfile.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.txt b/conanfile.txt index b1a312946..351e9f3b4 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -6,7 +6,7 @@ boost/1.76.0 zlib/1.2.11 proposal/7.4.2 yaml-cpp/0.7.0 -arrow/8.0.1 +arrow/10.0.0 cli11/1.9.1 [build_requires] -- GitLab