From e3dc90bcb2e07eb0dc26d1d2920b7740299eaa7f Mon Sep 17 00:00:00 2001 From: GiggleLiu Date: Sun, 24 Sep 2023 00:44:00 +0800 Subject: [PATCH] require julia 1.9 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8339e5a..6d3746b 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ BetterExp = "0.1" JSON = "0.21" KaHyPar = "0.3" Suppressor = "0.2" -julia = "1" +julia = "1.9" [extras] Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"