Skip to content

Commit ff4ea51

Browse files
authored
Merge pull request #72 from dgleich/master
Add more compatibility to Kahan Summation
2 parents 7203a2a + 23299c8 commit ff4ea51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MatrixNetworks"
22
uuid = "4f449596-a032-5618-b826-5a251cb6dc11"
33
authors = ["nassarhuda <nassar.huda@gmail.com>"]
4-
version = "1.0.3"
4+
version = "1.0.4"
55

66
[deps]
77
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -19,7 +19,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1919
GenericArpack = "^0.2"
2020
DataStructures = "0.17.17, 0.18"
2121
IterTools = "1.3.0"
22-
KahanSummation = "0.1.0"
22+
KahanSummation = "0.1, 0.2, 0.3"
2323
julia = "1"
2424

2525
[extras]

0 commit comments

Comments
 (0)