Skip to content

Commit

Permalink
CompatHelper: bump compat for Arpack to 0.5, (keep existing compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompatHelper Julia committed Oct 7, 2024
1 parent ea78ed3 commit 05f687e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 05f687e

Please sign in to comment.