Downgrade sprs (rayon non-optional)
This commit is contained in:
parent
883a37fb16
commit
8676665c75
|
@ -10,7 +10,7 @@ sparse = ["sbp/sparse", "sprs"]
|
|||
[dependencies]
|
||||
ndarray = "0.13.1"
|
||||
sbp = { path = "../sbp" }
|
||||
sprs = { version = "0.8.0", optional = true }
|
||||
sprs = { version = "0.7.1", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3.2"
|
||||
|
|
|
@ -9,7 +9,7 @@ ndarray = { version = "0.13.1", features = ["approx"] }
|
|||
approx = "0.3.2"
|
||||
packed_simd = "0.3.3"
|
||||
rayon = { version = "1.3.0", optional = true }
|
||||
sprs = { version = "0.8.0", optional = true }
|
||||
sprs = { version = "0.7.1", optional = true }
|
||||
num-traits = "0.2.11"
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Reference in New Issue