Skip to content

Commit

Permalink
Update Project.toml to use Julia 1.6 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie authored Feb 12, 2024
1 parent b1da29e commit 79ca0a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name = "ArnoldiMethod"
uuid = "ec485272-7323-5ecc-a04f-4719b315124d"
author = ["Harmen Stoppels <[email protected]>", "Lauri Nyman"]
version = "0.2.0"
version = "0.3.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
StaticArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 1.0"
julia = "1.3"
StaticArrays = "1"
julia = "1.6"

[extras]
GenericSchur = "c145ed77-6b09-5dd9-b285-bf645a82121e"
Expand Down

0 comments on commit 79ca0a0

Please sign in to comment.