From 4b0de243e4b6bfdb467691ec0019ac5c1f2c7107 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 19 Feb 2023 07:34:15 -0500 Subject: [PATCH] Allow ArrayInterface 6 I realized that it is just fine to allow this, as long as the proper extensions are brought in. This should help the upgrade. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e426c93..5cd81aa 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9" [compat] -ArrayInterface = "7" +ArrayInterface = "6, 7" Compat = "4" IfElse = "0.1" SnoopPrecompile = "1"