From 476b27b0d9b037dcb15b29a3d3394b83a420d787 Mon Sep 17 00:00:00 2001
From: Tiago Pereira <1014003+tiagopereira@users.noreply.github.com>
Date: Fri, 22 Jul 2022 16:31:46 +0200
Subject: [PATCH] Bumped compatibility with Interpolations

---
 Project.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Project.toml b/Project.toml
index e1c1139..da2a064 100644
--- a/Project.toml
+++ b/Project.toml
@@ -9,7 +9,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
 Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
 
 [compat]
-Interpolations = "0.13"
+Interpolations = "0.13, 0.14"
 julia = "0.7, 1"
 
 [extras]