From 6b0201b875e0ff0cd20e5a0d92e6eef0e6021a03 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 16 May 2025 15:16:44 +0000 Subject: [PATCH] CompatHelper: bump compat for Interpolations to 0.16, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6438d7f..650dbf5 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ WCS = "15f3aee2-9e10-537f-b834-a6fb8bdb944d" [compat] FITSIO = "0.15, 0.16, 0.17" -Interpolations = "0.13, 0.14, 0.15" +Interpolations = "0.13, 0.14, 0.15, 0.16" SkyCoords = "0.4, 1" WCS = "0.5, 0.6" julia = "1.6"