From 491e851c2846f743212dcc60b5aadc20603f0b44 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Wed, 13 Sep 2023 16:39:58 +0200 Subject: [PATCH] support ComponentArrays 0.15 (#592) #583 also does this but there seems to be an issue there with the tests, not sure if related. ComponentArrays 0.15 is actually not breaking, but was mistakenly tagged as such. --- core/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Project.toml b/core/Project.toml index 16d555d3f..729828cb7 100644 --- a/core/Project.toml +++ b/core/Project.toml @@ -39,7 +39,7 @@ Arrow = "2.3" BasicModelInterface = "0.1" CodecLz4 = "0.4" CodecZstd = "0.7,0.8" -ComponentArrays = "0.13.14, 0.14" +ComponentArrays = "0.13.14, 0.14, 0.15" Configurations = "0.17" DBInterface = "2.4" DataInterpolations = "3.7, 4"