From a574a227afadb3a04b180180a67ea5f98cea4628 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 28 Jan 2023 01:19:45 +0000 Subject: [PATCH] CompatHelper: add new compat entry for AstroImages at version 0.4, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 9cfb490cb1..fe99af1874 100644 --- a/Project.toml +++ b/Project.toml @@ -7,4 +7,5 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" [compat] +AstroImages = "0.4" Documenter = "0.24, 0.25, 0.26"