From d3e60ca01b5283cb7b32da8397985e2b78687f61 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 11 May 2026 02:27:24 +0000 Subject: [PATCH] CompatHelper: add new compat entry for ProfileView at version 1, (keep existing compat) --- Project.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 1f61fe9..dc12ed0 100644 --- a/Project.toml +++ b/Project.toml @@ -18,12 +18,13 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228" [compat] -UnicodePlots = "3" -IJulia = "1" -Statistics = "1" +BenchmarkTools = "1" CSV = "0.10" -Plots = "1" DelimitedFiles = "1" -BenchmarkTools = "1" +IJulia = "1" +Plots = "1" +ProfileView = "1" PyCall = "1" +Statistics = "1" +UnicodePlots = "3" julia = "1.10"