From f44ffa9dd1fad2f8cd170df2c5d0d570b4e6fce4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 29 Jan 2025 01:02:01 +0000 Subject: [PATCH] CompatHelper: bump compat for QuasiArrays to 0.12, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e32bf89..767cab9 100644 --- a/Project.toml +++ b/Project.toml @@ -38,7 +38,7 @@ Infinities = "0.1" IntervalSets = "0.7" LazyArrays = "2" Makie = "0.20, 0.21, 0.22" -QuasiArrays = "0.11.8" +QuasiArrays = "0.11.8, 0.12" RecipesBase = "1.0" StaticArrays = "1.0" julia = "1.10"