From 4bf1e08b4a0f23189d9c498942f373ae9c58cb44 Mon Sep 17 00:00:00 2001 From: William Thompson Date: Wed, 12 Jun 2024 13:13:21 -0700 Subject: [PATCH] Move julia compat up to 1.9 so that we can follow latest DimensionalData --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 01f2290..ecfa95f 100644 --- a/Project.toml +++ b/Project.toml @@ -42,7 +42,7 @@ RecipesBase = "1.2" Statistics = "1" Tables = "1.7" WCS = "0.6" -julia = "^1.6.0" +julia = "1.9.0" [extras] FITSIO = "525bcba6-941b-5504-bd06-fd0dc1a4d2eb"