From cffad4e0cdd5b552dd06281c9a1696976ed6db8e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 28 Apr 2026 00:20:47 +0000 Subject: [PATCH] CompatHelper: bump compat for Quaternionic in [extras] to 4, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index e6d4df97..c6f6666a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SphericalFunctions" uuid = "af6d55de-b1f7-4743-b797-0829a72cf84e" -authors = ["Michael Boyle "] version = "2.2.8" +authors = ["Michael Boyle "] [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c" @@ -24,16 +24,16 @@ AbstractFFTs = "1" Aqua = "0.8" Coverage = "1.6" DoubleFloats = "1" -ForwardDiff = "0.10, 1" FFTW = "1" FastTransforms = "0.12, 0.13, 0.14, 0.15, 0.16, 0.17" +ForwardDiff = "0.10, 1" Hwloc = "2, 3" LinearAlgebra = "1" Logging = "1.11" LoopVectorization = "0.12" OffsetArrays = "1.10" ProgressMeter = "1" -Quaternionic = "3" +Quaternionic = "3, 4" Random = "1" SpecialFunctions = "2" StaticArrays = "1"