Update ndarray

This commit is contained in:
2020-12-14 23:27:49 +01:00
parent 7cfa9ef5d8
commit aca4284ddd

View File

@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
[dependencies] [dependencies]
cblas = "0.2" cblas = "0.2"
lapacke = "0.2" lapacke = "0.2"
ndarray = "0.13" ndarray = "0.14"
ordered-float = "1.0" ordered-float = "1.0"
rand = "0.7" rand = "0.7"
rand_xoshiro = "0.4" rand_xoshiro = "0.4"