From 2c0a352a3dfc6a2d78fda4b1008c84ca7ccd4adf Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 2 Mar 2022 00:15:09 +0000 Subject: [PATCH] CompatHelper: bump compat for ArrayInterface to 5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 22902d2874..3be6bc8d1a 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] Adapt = "3.0" -ArrayInterface = "3.1, 4" +ArrayInterface = "3.1, 4, 5" CUDA = "3" ChainRulesCore = "1.12" Functors = "0.2.1"