diff --git a/Project.toml b/Project.toml index b1af7bf35..753f58c9f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "LinearSolve" uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" -version = "3.87.0" +version = "3.87.1" authors = ["SciML"] [deps] @@ -146,7 +146,7 @@ LinearAlgebra = "1.10" MKL_jll = "2022.2, 2023, 2024, 2025" Markdown = "1.10" Metal = "1.4" -Mooncake = "0.5.15" +Mooncake = "0.5.36" MUMPS = "1.4" MultiFloats = "2.3, 3" OpenBLAS_jll = "0.3" diff --git a/test/AD/Project.toml b/test/AD/Project.toml index ce0258f52..fc049f38e 100644 --- a/test/AD/Project.toml +++ b/test/AD/Project.toml @@ -28,7 +28,7 @@ InteractiveUtils = "1.10" JET = "0.9, 0.11" LinearAlgebra = "1.10" LinearSolve = "3" -Mooncake = "0.5.15" +Mooncake = "0.5.36" RecursiveFactorization = "0.2.26" SafeTestsets = "0.1, 1" SciMLTesting = "1"