Skip to content

Commit

Permalink
introduce version restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlebring committed Jun 29, 2023
1 parent 3a4eba6 commit f3e350b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "NonlinearEigenproblems"
uuid = "067cfa3b-fa88-53b2-a873-5b23b3a16e31"
version = "1.1.4"
version = "1.1.1"

[deps]
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
Expand All @@ -21,3 +21,6 @@ SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
IterativeSolvers = "^0.9"
LinearMaps = "^2, ^3"
julia = "^1"
Reexport = "^1.2"
ArnoldiMethod = "^0.2"
SpecialFunctions = "^2"

0 comments on commit f3e350b

Please sign in to comment.