Skip to content

Commit 7632f34

Browse files
committed
MAINT Fix linalg example to use Pyo3 0.7
1 parent 83761e6 commit 7632f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/linalg/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ ndarray = "0.12"
1414
ndarray-linalg = { version = "0.10", features = ["openblas"] }
1515

1616
[dependencies.pyo3]
17-
version = "0.6"
17+
version = "0.7"
1818
features = ["extension-module"]

0 commit comments

Comments
 (0)