From 05f687e08373a7aea2bfc0741db52834f23a7b78 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 7 Oct 2024 00:57:24 +0000 Subject: [PATCH] CompatHelper: bump compat for Arpack to 0.5, (keep existing compat) --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 8a180653..35c5db4e 100644 --- a/Project.toml +++ b/Project.toml @@ -28,30 +28,30 @@ 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] Accessors = "0.1" ArnoldiMethod = "0.0.4, 0.1, 0.2, 0.3, 0.4" -Arpack = "=0.5.3" +Arpack = "=0.5.3, 0.5" BlockArrays = "0.14, 0.15, ^0.16, ^1.0, ^1.1" 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" LinearMaps = "2.7, ^3.0" +Makie = "^0.21" OrdinaryDiffEq = "^6.33" Parameters = "0.12.3" Plots = "1"