From 19235f2a35962b716184f8efeb6b552eb5b0efa2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 10:10:36 +0900 Subject: [PATCH] CompatHelper: bump compat for MultiFloats to 2, (keep existing compat) (#44) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1691be7..ee6ee30 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc" Bessels = "0.2" GenericLinearAlgebra = "0.3.1" LinearAlgebra = "1.6" -MultiFloats = "1.0.4" +MultiFloats = "1.0.4, 2" PrecompileTools = "1" QuadGK = "2" julia = "1.6"