Skip to content

Commit 3bca703

Browse files
committed
Add ndarray rayon feature
1 parent c89a7c4 commit 3bca703

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pyo3 = "0.13"
2020
[features]
2121
# In default setting, python version is automatically detected
2222
default = []
23+
rayon = ["ndarray/rayon"]
2324

2425

2526
[workspace]

0 commit comments

Comments
 (0)