From 038bf2a16ad2b7189342c566f5bfec666d5a6cbd Mon Sep 17 00:00:00 2001 From: Yuki Nagai Date: Tue, 31 Oct 2023 17:25:31 +0900 Subject: [PATCH] Update Project.toml --- Project.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Project.toml b/Project.toml index 26d57a7..32267da 100644 --- a/Project.toml +++ b/Project.toml @@ -31,6 +31,12 @@ Requires = "1" TOML = "1" Wilsonloop = "0.1.4" julia = "1.6" +Dates = "1" +InteractiveUtils = "1" +LinearAlgebra = "1" +REPL = "1" +Random = "1" +SparseArrays = "1" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"