@@ -34,8 +34,7 @@ num-complex = { version = "0.4", default-features = false }
3434# Use via the `rayon` crate feature!
3535rayon_ = { version = " 1.0.3" , optional = true , package = " rayon" }
3636
37- approx = { version = " 0.4" , optional = true , default-features = false }
38- approx-0_5 = { package = " approx" , version = " 0.5" , optional = true , default-features = false }
37+ approx = { version = " 0.5" , optional = true , default-features = false }
3938
4039# Use via the `blas` crate feature!
4140cblas-sys = { version = " 0.1.4" , optional = true , default-features = false }
@@ -49,7 +48,7 @@ rawpointer = { version = "0.2" }
4948[dev-dependencies ]
5049defmac = " 0.2"
5150quickcheck = { version = " 1.0" , default-features = false }
52- approx = " 0.4 "
51+ approx = " 0.5 "
5352itertools = { version = " 0.10.0" , default-features = false , features = [" use_std" ] }
5453
5554[features ]
@@ -66,7 +65,7 @@ serde-1 = ["serde"]
6665test = []
6766
6867# This feature is used for docs
69- docs = [" approx" , " approx-0_5 " , " serde" , " rayon" ]
68+ docs = [" approx" , " serde" , " rayon" ]
7069
7170std = [" num-traits/std" , " matrixmultiply/std" ]
7271rayon = [" rayon_" , " std" ]
0 commit comments