Skip to content

Commit fdf7c0a

Browse files
authored
Merge pull request #172 from antonylsg/master
Add ndarray `rayon` feature
2 parents 112d2f3 + 3bca703 commit fdf7c0a

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)