From dc1649a0cc46ff6dabdfe2d703196f36276e0c48 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 7 Jan 2024 01:32:20 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for QuasiMonteCarlo to 0.3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 92ea1464..303653cd 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ KernelDensity = "0.6.4" LinearAlgebra = "1.10" OrdinaryDiffEq = "6.62" Parameters = "0.12" -QuasiMonteCarlo = "0.2.3, 3" +QuasiMonteCarlo = "0.2.3, 3, 0.3" Random = "1.10" RecursiveArrayTools = "3.2" SafeTestsets = "0.1" From f8183cabb9cea1ca3f69be04952c504b1897f9de Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 6 Jan 2024 20:35:16 -0500 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 303653cd..5d7fcfe0 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ KernelDensity = "0.6.4" LinearAlgebra = "1.10" OrdinaryDiffEq = "6.62" Parameters = "0.12" -QuasiMonteCarlo = "0.2.3, 3, 0.3" +QuasiMonteCarlo = "0.2.3, 0.3" Random = "1.10" RecursiveArrayTools = "3.2" SafeTestsets = "0.1"