From 1355130770dc28698a04e9d98853c787a1ddd264 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Tue, 12 Sep 2023 16:25:40 +0200 Subject: [PATCH] support ComponentArrays 0.15 #483 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"