From b1ba12dd472de64dcf341deb66c989c34cf55a54 Mon Sep 17 00:00:00 2001 From: Thijs van de Laar Date: Wed, 12 Jan 2022 08:50:53 +0100 Subject: [PATCH 1/4] update compat --- Project.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 653fab9e..92f923b0 100644 --- a/Project.toml +++ b/Project.toml @@ -22,10 +22,11 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] DataStructures = "0.17, 0.18" -Documenter = "0.25.2" -ForwardDiff = "0.10.12" +Documenter = "0.25, 0.26, 0.27" +ForwardDiff = "0.10" PositiveFactorizations = "0.2" -SpecialFunctions = "0.8.0, 0.10.3, 1.0.0" -StatsBase = "0.32.2, 0.33.1" -StatsFuns = "0.9.5" +Roots = "1.3" +SpecialFunctions = "0.9, 1.0, 2.0" +StatsBase = "0.32, 0.33" +StatsFuns = "0.9" julia = "1" From 1898e5c3584eef8039a90ffaee5d0260dfef2241 Mon Sep 17 00:00:00 2001 From: Thijs van de Laar Date: Wed, 12 Jan 2022 08:57:35 +0100 Subject: [PATCH 2/4] resolve SpecialFunctions compatibility with julia 1.2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 92f923b0..e6600cb7 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ Documenter = "0.25, 0.26, 0.27" ForwardDiff = "0.10" PositiveFactorizations = "0.2" Roots = "1.3" -SpecialFunctions = "0.9, 1.0, 2.0" +SpecialFunctions = "0.8.1, 0.9, 1.0, 2.0" StatsBase = "0.32, 0.33" StatsFuns = "0.9" julia = "1" From 99104013463507715bbe5a4a9678d940500d7792 Mon Sep 17 00:00:00 2001 From: Thijs van de Laar Date: Wed, 12 Jan 2022 09:00:46 +0100 Subject: [PATCH 3/4] reupdate compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e6600cb7..4ee0a0ea 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ Documenter = "0.25, 0.26, 0.27" ForwardDiff = "0.10" PositiveFactorizations = "0.2" Roots = "1.3" -SpecialFunctions = "0.8.1, 0.9, 1.0, 2.0" +SpecialFunctions = "0.7.0, 0.8.1, 0.9, 1.0, 2.0" StatsBase = "0.32, 0.33" StatsFuns = "0.9" julia = "1" From 2d50e765e4731e07df32af22a87829c07948a920 Mon Sep 17 00:00:00 2001 From: Thijs van de Laar Date: Wed, 12 Jan 2022 09:09:17 +0100 Subject: [PATCH 4/4] remove ci for julia 1.2 --- .github/workflows/ci.yml | 1 - Project.toml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ee01d3a..699812ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,6 @@ jobs: fail-fast: false matrix: version: - - '1.2' - '1.3' - '1.4' - '1.5' diff --git a/Project.toml b/Project.toml index 4ee0a0ea..e7567907 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ Documenter = "0.25, 0.26, 0.27" ForwardDiff = "0.10" PositiveFactorizations = "0.2" Roots = "1.3" -SpecialFunctions = "0.7.0, 0.8.1, 0.9, 1.0, 2.0" +SpecialFunctions = "0.8.1, 0.9, 1.0, 2.0" StatsBase = "0.32, 0.33" StatsFuns = "0.9" -julia = "1" +julia = "1.3, 1.4, 1.5, 1.6"