From 6c2e22f99927d8846b2a832cf2048cce9f3aa5da Mon Sep 17 00:00:00 2001 From: Nathan Daly Date: Tue, 6 Jun 2023 09:50:45 -0600 Subject: [PATCH] Add compat to Project.toml for inference profiling --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index 9905780..2535401 100644 --- a/Project.toml +++ b/Project.toml @@ -15,6 +15,9 @@ SnoopCompileCore = "e2b509da-e806-4183-be48-004708413034" [compat] HTTP = "1" PProf = "2" +FlameGraphs = "1" +SnoopCompile = "2.10" +SnoopCompileCore = "2.10" julia = "1.6" [extras]