From b76f4f4c13842d4d91b64249fe019d77430e68f9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 18 Aug 2021 01:05:59 +0000 Subject: [PATCH] CompatHelper: bump compat for ChainRulesCore to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d4d1ffd..37a5020 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] CUDA = "3" -ChainRulesCore = "0.9, 0.10" +ChainRulesCore = "0.9, 0.10, 1" FFTW = "1.2" FourierTools = "0.2.1" IndexFunArrays = "0.2"