Skip to content

Commit 2689e8a

Browse files
Merge pull request #18 from JuliaComputing/ChrisRackauckas-patch-1
Fix minimum versions of stdlibs
2 parents daa9873 + 0ca0571 commit 2689e8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "StateSelection"
22
uuid = "64909d44-ed92-46a8-bbd9-f047dfbdc84b"
33
authors = ["JuliaHub", "Inc. and other contributors"]
4-
version = "1.1.1"
4+
version = "1.2.0"
55

66
[deps]
77
BipartiteGraphs = "caf10ac8-0290-4205-88aa-f15908547e8d"
@@ -24,11 +24,11 @@ BipartiteGraphs = "0.1.2"
2424
DocStringExtensions = "0.9.3"
2525
FindFirstFunctions = "1.2.0"
2626
Graphs = "1.10.0"
27-
LinearAlgebra = "1.11.0"
27+
LinearAlgebra = "1.10.0"
2828
OrderedCollections = "1"
2929
Setfield = "1.1.1"
30-
SparseArrays = "1.11.0"
31-
julia = "1.9"
30+
SparseArrays = "1.10.0"
31+
julia = "1.10"
3232

3333
[extras]
3434
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)