From 706ff0392f724a87fceb404b797f9dc392531f7a Mon Sep 17 00:00:00 2001 From: Tim Kelley Date: Fri, 15 Mar 2024 05:14:35 -0400 Subject: [PATCH] Update compats --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 2fd1fe0a..2efa5481 100644 --- a/Project.toml +++ b/Project.toml @@ -16,10 +16,10 @@ SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -AbstractFFTs = "1.2.1" -BandedMatrices = "1.4.0" -FFTW = "1.5.0" -LaTeXStrings = "1.3.1" +AbstractFFTs = "1" +BandedMatrices = "1" +FFTW = "1" +LaTeXStrings = "1" QuadGK = "2.9.1" julia = "1" LinearAlgebra = "1"