From d0b9304a70da24a2d34b3450b926b9573621c26e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2020 00:18:07 +0000 Subject: [PATCH 1/2] CompatHelper: add new compat entry for "ArgParse" at version "1.1" --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 7b6bb36..5f67662 100644 --- a/Project.toml +++ b/Project.toml @@ -23,6 +23,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] +ArgParse = "1.1" Dierckx = "0.4" NIfTI = "0.4" Optim = "0.20" From f3c32eae9423138785f6ee3aad0c4ae7a159a64b Mon Sep 17 00:00:00 2001 From: jondeuce <20175323+jondeuce@users.noreply.github.com> Date: Tue, 14 Apr 2020 17:28:27 -0700 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Project.toml b/Project.toml index 5f67662..96d341b 100644 --- a/Project.toml +++ b/Project.toml @@ -25,11 +25,17 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] ArgParse = "1.1" Dierckx = "0.4" +LoggingExtras = "0.4" +MAT = "0.7" NIfTI = "0.4" Optim = "0.20" +Parameters = "0.12" PolynomialRoots = "0.2" +Polynomials = "0.7" SIMD = "2.8" +SpecialFunctions = "0.10" StaticArrays = "0.12" +TimerOutputs = "0.5" julia = "1.3" [extras]