Skip to content

Commit daab5c9

Browse files
committed
Build against abi3
1 parent efdd39d commit daab5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "dinuc_shuf"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
pyo3 = "0.23.3"
11+
pyo3 = { version = "0.23.3", features = ["extension-module", "abi3-py38"] }
1212
num = "0.4.3"
1313
ndarray = "0.16.1"
1414
nalgebra = "0.33.2"

0 commit comments

Comments
 (0)