From 0d33f28037cb5c5d965700fefd4dfc004c3ec4c5 Mon Sep 17 00:00:00 2001 From: Yuto Horikawa Date: Sun, 19 Nov 2023 18:55:43 +0900 Subject: [PATCH] update compat table (#99) --- Project.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2bda55c2..7ae1afaa 100644 --- a/Project.toml +++ b/Project.toml @@ -9,20 +9,26 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" -Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" SPICE = "5bab7191-041a-5c2e-a744-024b9c3a5062" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] +Aqua = "0.8" CSV = "0" DataFrames = "1" +Downloads = "1" FileIO = "1" +Git = "1" JLD2 = "0.4" +LinearAlgebra = "1" ProgressMeter = "1" +Rotations = "1" SPICE = "0.2" StaticArrays = "1" +Statistics = "1" +Test = "1" julia = "1.6" [extras]