From 98a50688c8454f08cd308d954603a9cd3c87dffa Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 18 Jan 2025 00:53:16 +0000 Subject: [PATCH] CompatHelper: bump compat for KrylovKit to 0.9, (keep existing compat) --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index e060dc59..b5a4377f 100644 --- a/Project.toml +++ b/Project.toml @@ -28,14 +28,14 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a" [weakdeps] -Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819" +Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" [extensions] -MakieExt = "Makie" JLD2Ext = "JLD2" +MakieExt = "Makie" PlotsExt = ["Plots", "RecipesBase"] [compat] @@ -47,12 +47,12 @@ DataStructures = "0.17, 0.18" DocStringExtensions = "^0.8, ^0.9" FastGaussQuadrature = "^0.4, ^0.5, 1" ForwardDiff = "^0.10" -Makie = "^0.21" IterativeSolvers = "0.8.4, 0.8.5, ^0.9" JLD2 = "0.4, 0.5" -KrylovKit = "^0.7, ^0.8.2" Krylov = "^0.9" +KrylovKit = "^0.7, ^0.8.2, 0.9" LinearMaps = "2.7, ^3.0" +Makie = "^0.21" OrdinaryDiffEq = "^6.33" Parameters = "0.12.3" Plots = "1"