From 4ca6c7123527f62e5d5f7bb95e1728f38fbe5f2e Mon Sep 17 00:00:00 2001 From: Mathias Louboutin Date: Mon, 28 Oct 2024 09:24:37 -0400 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 745291d..da29856 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SetIntersectionProjection" uuid = "335f7d24-6316-57dd-9c3a-df470f2b739e" authors = ["Bas Peters <1.bas.peters@gmail.com>"] -version = "0.2.4" +version = "0.2.5" [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" @@ -21,7 +21,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] DistributedArrays = "0.6" Interpolations = "0.13" -JOLI = "0.7,0.8" +JOLI = "0.7,0.8,0.9" Parameters = "0.12" SortingAlgorithms = "1" TimerOutputs = "0.5.15"