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" 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 diff --git a/Project.toml b/Project.toml index 0c068e0301..345a013360 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" 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"