From 6e72052b47ba07f0c157d380ca737200db6688dd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 23 Oct 2024 00:06:03 +0000 Subject: [PATCH] CompatHelper: bump compat for Quaternionic to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8f5229f..7ca60c1 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ LinearAlgebra = "1" LoopVectorization = "0.12" OffsetArrays = "1.10" ProgressMeter = "1" -Quaternionic = "0.2, 0.3, 1" +Quaternionic = "0.2, 0.3, 1, 2" Random = "1" SpecialFunctions = "2" StaticArrays = "1"