From d0aef56ca06760a8a70a9f79475e9cf13e773e4f Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Tue, 19 Sep 2023 11:53:33 +0900 Subject: [PATCH] Fix Project.toml --- Project.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 39249a4..536a858 100644 --- a/Project.toml +++ b/Project.toml @@ -13,10 +13,12 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] +julia = "1.6" MultiFloats = "^1.0.0" Optim = "^1.7.0" Zygote = "^0.6.0" -julia = "1.6, 2" +GenericLinearAlgebra = "0.3.1" +Comonicon = "1.0.6" [extras] SparseIR = "4fe2279e-80f0-4adb-8463-ee114ff56b7d"