From cfe49739d20d28ba701d0d050cf31c3a180a0fe6 Mon Sep 17 00:00:00 2001 From: Felix Hagemann Date: Sat, 16 Nov 2024 15:21:56 +0100 Subject: [PATCH] Adjust lower package compats --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 326561ff..59f271e8 100644 --- a/Project.toml +++ b/Project.toml @@ -49,8 +49,8 @@ CompositionsBase = "0.1" DSP = "0.6, 0.7" DocStringExtensions = "0.8, 0.9" ElasticArrays = "1" -FFTW = "1" -FillArrays = "0.13, 1" +FFTW = "1.2" +FillArrays = "0.13.8, 1" FunctionChains = "0.1" GPUArraysCore = "0.1, 0.2" IntervalSets = "0.7"