diff --git a/Project.toml b/Project.toml index 5fc8dee..7a4bf5b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "StateSelection" uuid = "64909d44-ed92-46a8-bbd9-f047dfbdc84b" authors = ["JuliaHub", "Inc. and other contributors"] -version = "1.1.1" +version = "1.2.0" [deps] BipartiteGraphs = "caf10ac8-0290-4205-88aa-f15908547e8d" @@ -24,11 +24,11 @@ BipartiteGraphs = "0.1.2" DocStringExtensions = "0.9.3" FindFirstFunctions = "1.2.0" Graphs = "1.10.0" -LinearAlgebra = "1.11.0" +LinearAlgebra = "1.10.0" OrderedCollections = "1" Setfield = "1.1.1" -SparseArrays = "1.11.0" -julia = "1.9" +SparseArrays = "1.10.0" +julia = "1.10" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"