From e674f0f90213f05c4ab08adf3ca05257740c7d8c Mon Sep 17 00:00:00 2001 From: Chris Elrod Date: Mon, 6 Jun 2022 15:18:24 -0400 Subject: [PATCH] upper bound ArrayInterface --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 01e0c33d6..1d9601dee 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LoopVectorization" uuid = "bdcacae8-1622-11e9-2a5c-532679323890" authors = ["Chris Elrod "] -version = "0.12.116" +version = "0.12.117" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" @@ -29,7 +29,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f" [compat] -ArrayInterface = "6.0.1" +ArrayInterface = "6.0.1-6.0.11" ArrayInterfaceCore = "0.1.5" ArrayInterfaceOffsetArrays = "0.1.2" ArrayInterfaceStaticArrays = "0.1.2"