Skip to content

Commit 38dc849

Browse files
committed
fix julia version and deps versions
1 parent ac59444 commit 38dc849

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Project.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1616
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1717

1818
[compat]
19-
julia = "≥ 1.0.0"
19+
Arpack = "0.4.0"
20+
DataStructures = "0.17.17"
21+
IterTools = "1.3.0"
22+
KahanSummation = "0.1.0"
23+
julia = "1"
2024

2125
[extras]
2226
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)