From bae6f069390c7fd485c956e6b80e67620743da23 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 13 Aug 2026 01:15:59 +0000 Subject: [PATCH] CompatHelper: bump compat for QuasiMonteCarlo in [extras] to 0.4, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 4f9ea7d..54e80d1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,8 +1,8 @@ name = "VariogramAnalysis" uuid = "07dc4704-23df-41f7-aa80-c1ad3d8f3e52" +version = "0.3.0" authors = ["msturroc ", "Shayan Jalali "] repo = "https://github.com/msturroc/VariogramAnalysis.jl.git" -version = "0.3.0" [deps] Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" @@ -37,7 +37,7 @@ LinearAlgebra = "1.10" OrderedCollections = "1.8" ProgressMeter = "1.10" QuadGK = "2.9" -QuasiMonteCarlo = "0.3" +QuasiMonteCarlo = "0.3, 0.4" Random = "1.10" Roots = "2.2" Statistics = "1.10"