From d1f8cfe9711e108720646cdda9ef3684bae9e6d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 01:28:13 +0000 Subject: [PATCH] chore(deps): update FFTW requirement to 1.10.0 Updates the requirements on [FFTW](https://github.com/JuliaMath/FFTW.jl) to permit the latest version. Updates `FFTW` to 1.10.0 - [Release notes](https://github.com/JuliaMath/FFTW.jl/releases) - [Commits](https://github.com/JuliaMath/FFTW.jl/compare/v0.0.1...v1.10.0) --- updated-dependencies: - dependency-name: FFTW dependency-version: 1.10.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Project.toml b/docs/Project.toml index 3764bfdd8..1bd4defaa 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -32,6 +32,7 @@ DataInterpolations = "6, 7, 8, 9.0" Documenter = "1" DocumenterCitations = "1" DocumenterInterLinks = "1" +FFTW = "1.10.0" JLD2 = "0.6" LIBSVM = "0.8" LinearSolve = "4.2, 5"