Skip to content

Commit cd1e93b

Browse files
Raise Mooncake compat floor to 0.5.36 (fix Downgrade resolution)
The old Mooncake unions (0.4.146, 0.5 in FIRK; 0.4, 0.5 in MIRK) let the Downgrade CI pin an ancient Mooncake at minimum resolution, which the promotion-caused Resolver capacity wall could not satisfy (Unsatisfiable). Limiting to the latest Mooncake (0.5.36) lets min-resolution succeed. Verified with julia-downgrade-compat downgrade.jl (mode=alldeps, julia=1.12) on both sublibraries: resolution succeeds with Mooncake pinned to 0.5.36. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
1 parent 49a1718 commit cd1e93b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/BoundaryValueDiffEqFIRK/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BoundaryValueDiffEqFIRK"
22
uuid = "85d9eb09-370e-4000-bb32-543851f73618"
33
authors = ["Qingyu Qu <erikqqy123@gmail.com>"]
4-
version = "1.17.1"
4+
version = "1.17.2"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -43,7 +43,7 @@ FastClosures = "0.3.2"
4343
ForwardDiff = "0.10.38, 1"
4444
LinearAlgebra = "1.10"
4545
LinearSolve = "2.36.2, 3"
46-
Mooncake = "0.4.146, 0.5"
46+
Mooncake = "0.5.36"
4747
OrdinaryDiffEqRosenbrock = "1.15.1, 2"
4848
PreallocationTools = "1.2"
4949
PrecompileTools = "1.2"

lib/BoundaryValueDiffEqMIRK/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BoundaryValueDiffEqMIRK"
22
uuid = "1a22d4ce-7765-49ea-b6f2-13c8438986a6"
33
authors = ["Qingyu Qu <erikqqy123@gmail.com>"]
4-
version = "1.17.1"
4+
version = "1.17.2"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -41,7 +41,7 @@ FastClosures = "0.3.2"
4141
ForwardDiff = "0.10.38, 1"
4242
LinearAlgebra = "1.10"
4343
LinearSolve = "2.36.2, 3"
44-
Mooncake = "0.4, 0.5"
44+
Mooncake = "0.5.36"
4545
OptimizationIpopt = "1"
4646
OrdinaryDiffEqRosenbrock = "1, 2"
4747
PreallocationTools = "1.2"

0 commit comments

Comments
 (0)