From bcd6e8f64b4162c94646cfdd7c32bc8f0274963e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 1 Oct 2023 00:36:03 +0000 Subject: [PATCH] CompatHelper: bump compat for NumericalIntegration to 0.3, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 48e806e..5a9a04f 100755 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LimberJack" uuid = "6b86205d-155a-4b14-b82d-b6a149ea78f2" authors = ["Jaime Ruiz-Zapatero ", "David Alonso", "Andrina Nicola", "Arrykrishna Mootoovaloo", "James Sullivan", "Marco Bonic"] -version = "0.1.0" +version = "0.1.1" [deps] Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" @@ -19,7 +19,7 @@ BoltExt = "Bolt" [compat] Interpolations = "0.14.7" -NumericalIntegration = "0.2.0" +NumericalIntegration = "0.2.0, 0.3" julia = "1.9" [extras]