From 7917a83ae722ae0b7f39f05ed84d50c0c468ee12 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 1 Oct 2023 14:14:02 +0200 Subject: [PATCH 1/4] Remove v1.6 from CI --- .github/workflows/CI.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0e65682df6..866d6547c9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,7 +21,6 @@ jobs: - Forward version: - "1" - - "1.6" steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 From b856109c398b25b86309baf2aaac97409e2dc4cb Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 1 Oct 2023 14:14:27 +0200 Subject: [PATCH 2/4] Update pipeline.yml --- .buildkite/pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index b96c8e1aaf..26668b555a 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -20,7 +20,6 @@ steps: matrix: setup: version: - - "1.6" - "1" group: - "NNODE" From 585e9ad35e8bfa7cebe57c322598abcdb562557e Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Mon, 2 Oct 2023 01:02:10 +0200 Subject: [PATCH 3/4] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a544d3318f..5cbe9bedd8 100644 --- a/Project.toml +++ b/Project.toml @@ -57,7 +57,7 @@ Flux = "0.13, 0.14" ForwardDiff = "0.10" Functors = "0.4" Integrals = "3.1" -IntegralsCubature = "0.2" +IntegralsCubature = "=0.2.2" LogDensityProblems = "2" Lux = "0.4, 0.5" MCMCChains = "6" From 4cca1cd1a885bcb3607993f351b3bedde1f76f77 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Mon, 2 Oct 2023 01:02:34 +0200 Subject: [PATCH 4/4] Update Project.toml --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index e136596981..a0da3777ee 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -24,7 +24,7 @@ Documenter = "0.27" DomainSets = "0.6" Flux = "0.13, 0.14" Integrals = "3.3" -IntegralsCubature = "0.2" +IntegralsCubature = "=0.2.2" Lux = "0.4, 0.5" ModelingToolkit = "8.33" NeuralPDE = "5.3"