From 2ead48af2fcc006f055697fcd80678183901a5fc Mon Sep 17 00:00:00 2001 From: Mathias Louboutin Date: Sun, 24 Apr 2022 21:56:36 -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 2f25435..5f8968a 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.2" +version = "0.2.3" [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" +JOLI = "0.7,0.8" Parameters = "0.12" SortingAlgorithms = "1" TimerOutputs = "0.5.15"