Skip to content

Commit 4b0de24

Browse files
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.
1 parent 7f04776 commit 4b0de24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
1414
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
1515

1616
[compat]
17-
ArrayInterface = "7"
17+
ArrayInterface = "6, 7"
1818
Compat = "4"
1919
IfElse = "0.1"
2020
SnoopPrecompile = "1"

0 commit comments

Comments
 (0)