From f62a60b439376f9be8b8c6bc1e3f2c8fda53c1b2 Mon Sep 17 00:00:00 2001 From: Tor Erlend Fjelde Date: Tue, 13 Jun 2023 18:38:43 +0100 Subject: [PATCH 1/2] try to fix tests by bounding FillArrays --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6eae08d..2595965 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ ChainRules = "1.35.3" ChainRulesCore = "1" Compat = "3.6, 4" Distributions = "0.25.41" -FillArrays = "0.9, 0.10, 0.11, 0.12, 0.13, 1" +FillArrays = "0.9, 0.10, 0.11, 0.12, 0.13, ~1.0" ForwardDiff = "0.10.12" LazyArrays = "1" PDMats = "0.9, 0.10, 0.11" From 31512ab9e251216b345d9430bada9582bdb93d99 Mon Sep 17 00:00:00 2001 From: Tor Erlend Fjelde Date: Tue, 13 Jun 2023 19:25:39 +0100 Subject: [PATCH 2/2] another try --- Project.toml | 2 +- test/Project.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2595965..6eae08d 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ ChainRules = "1.35.3" ChainRulesCore = "1" Compat = "3.6, 4" Distributions = "0.25.41" -FillArrays = "0.9, 0.10, 0.11, 0.12, 0.13, ~1.0" +FillArrays = "0.9, 0.10, 0.11, 0.12, 0.13, 1" ForwardDiff = "0.10.12" LazyArrays = "1" PDMats = "0.9, 0.10, 0.11" diff --git a/test/Project.toml b/test/Project.toml index 086a88d..18301ee 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -3,6 +3,7 @@ ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a" Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02" @@ -21,6 +22,7 @@ ChainRulesCore = "1" ChainRulesTestUtils = "1.9.2" Combinatorics = "1.0.2" Distributions = "0.25.15" +FillArrays = "=1.0.0" FiniteDifferences = "0.11.3, 0.12" ForwardDiff = "0.10.12" LazyArrays = "1"