From 0ad70cd0088560bc7e9bf6c7ea7851e358e7f5af Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 22 Oct 2025 01:11:57 +0000 Subject: [PATCH] CompatHelper: bump compat for Krylov to 0.10 for package test, (keep existing compat) --- test/Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/Project.toml b/test/Project.toml index ffdeae93b1..3adc1c2eee 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -2,9 +2,9 @@ ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" +CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0" Convex = "f65535da-76fb-5f13-bab9-19810c17039a" -CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" DoubleFloats = "497a8b3b-efae-58df-a0af-a86822472b78" Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" @@ -37,12 +37,12 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" TrixiTest = "0a316866-cbd0-4425-8bcb-08103b2c1f26" [compat] -Adapt = "4" ADTypes = "1.11" +Adapt = "4" Aqua = "0.8" +CUDA = "5.8" CairoMakie = "0.12, 0.13, 0.14, 0.15" Convex = "0.16" -CUDA = "5.8" DelimitedFiles = "1" DoubleFloats = "1.4.0" Downloads = "1" @@ -50,7 +50,7 @@ ECOS = "1.1.2" ExplicitImports = "1.0.1" FiniteDiff = "2.27.0" ForwardDiff = "0.10.36, 1" -Krylov = "0.9.10" +Krylov = "0.9.10, 0.10" LinearAlgebra = "1" LinearSolve = "2.36.1, 3" MPI = "0.20.6" @@ -72,4 +72,4 @@ SparseConnectivityTracer = "1.0.1" SparseMatrixColorings = "0.4.21" StableRNGs = "1.0.2" Test = "1" -TrixiTest = "0.1.4" \ No newline at end of file +TrixiTest = "0.1.4"