Skip to content

Commit 37bc332

Browse files
committed
Bumped ndarray to 0.17 in examples/parallel.
1 parent afe396b commit 37bc332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/parallel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111
[dependencies]
1212
pyo3 = { version = "0.27.0", features = ["extension-module", "multiple-pymethods"] }
1313
numpy = { path = "../.." }
14-
ndarray = { version = "0.16", features = ["rayon", "blas"] }
14+
ndarray = { version = "0.17", features = ["rayon", "blas"] }
1515
blas-src = { version = "0.8", features = ["openblas"] }
1616
openblas-src = { version = "0.10", features = ["cblas", "system"] }
1717

0 commit comments

Comments
 (0)