Skip to content

Commit 642e464

Browse files
authored
ArrayInterfaceStaticArraysCore needs latest ArrayInterfaceCore
As is, the package resolver is likely to match the latest static arrays core with old array interface cores, causing `undefmatrix` not defined errors.
1 parent 0d529c4 commit 642e464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ArrayInterfaceStaticArraysCore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
1010

1111
[compat]
1212
Adapt = "3"
13-
ArrayInterfaceCore = "0.1.13"
13+
ArrayInterfaceCore = "0.1.22"
1414
StaticArraysCore = "1"
1515
julia = "1.6"
1616

0 commit comments

Comments
 (0)