From f8f643be3f9a5b2d4bccea608c3d93f150f935cb Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 19 Aug 2022 00:59:09 +0000 Subject: [PATCH] CompatHelper: add new compat entry for OffsetArrays at version 1, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 45422a4..7d9d044 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ -authors = ["Gabriel Wu and contributors"] name = "GeneralizedMultiparticleMie" uuid = "cf51e2d1-4d6a-45f8-9abd-4c48d1d87a5d" +authors = ["Gabriel Wu and contributors"] version = "0.1.0" [deps] @@ -17,4 +17,5 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b" [compat] +OffsetArrays = "1" julia = "1.7"