From 5096cae51ea7daff7c5ca3712a9c063c186a2c0d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 13 Jun 2024 00:38:55 +0000 Subject: [PATCH] CompatHelper: bump compat for StaticKernels to 0.8, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c0b1831..9b9a97f 100644 --- a/Project.toml +++ b/Project.toml @@ -10,5 +10,5 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] StaticArrays = "1.2" -StaticKernels = "0.6" +StaticKernels = "0.6, 0.8" julia = "1.5"