From 4e6a085282746c7eb4265dbe02c566e4661498f7 Mon Sep 17 00:00:00 2001 From: Bart de Koning Date: Mon, 13 May 2024 15:04:19 +0200 Subject: [PATCH] Revert https://github.com/Deltares/Ribasim/pull/1458, causes CI to fail (but not locally?) --- core/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Project.toml b/core/Project.toml index 45441c4ed..1a9fb12e3 100644 --- a/core/Project.toml +++ b/core/Project.toml @@ -51,7 +51,7 @@ ComponentArrays = "0.13,0.14,0.15" Configurations = "0.17" DBInterface = "2.4" DataFrames = "1.4" -DataInterpolations = "4.4, 5" +DataInterpolations = "4.4" DataStructures = "0.18" Dates = "<0.0.1,1" Dictionaries = "0.3.25, 0.4"