From 43d355c4257bc268bc92cba855dda1f510a2b1a5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 2 Mar 2022 01:28:29 +0000 Subject: [PATCH] CompatHelper: add new compat entry for ArrayInterface at version 5, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 3e105cbe2a..8d75fce577 100644 --- a/Project.toml +++ b/Project.toml @@ -45,6 +45,7 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" [compat] ArcadeLearningEnvironment = "0.2" ArgParse = "1.1" +ArrayInterface = "5" BenchmarkTools = "1.0" Colors = "0.12" FileIO = "1.9"