From cf43e01af02971bee56576fc7d3962a44e6bb4e4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 13 Jul 2022 01:11:41 +0000 Subject: [PATCH] CompatHelper: bump compat for GeometricFlux to 0.13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c940104b..3f9cc1cf 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ CUDAKernels = "0.3, 0.4" ChainRulesCore = "1" FFTW = "1" Flux = "0.13" -GeometricFlux = "0.12" +GeometricFlux = "0.12, 0.13" KernelAbstractions = "0.7, 0.8" Tullio = "0.3" Zygote = "0.6"