From 4d1cbc3b93440c90bed2d39cbd1d60a31becb7a7 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Mon, 26 Jul 2021 08:12:39 -0400 Subject: [PATCH] Test ChainRulesCore 1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cdec4320..7d72f46a 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444" [compat] ArrayInterface = "2.7, 3.0" -ChainRulesCore = "0.10.7" +ChainRulesCore = "0.10.7, 1" DocStringExtensions = "0.8" RecipesBase = "0.7, 0.8, 1.0" Requires = "0.5, 1.0"