From a665c6e7dc7394b72d298a0d19b8a9a1f5b5baf2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 13 Aug 2022 01:08:02 +0000 Subject: [PATCH] CompatHelper: add new compat entry for LinearMaps at version 3, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index bb1e68d..30a9014 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] +LinearMaps = "3" julia = "1.7" [extras]