Skip to content

Commit 08bb302

Browse files
committed
Remove the rayon feature and the whole features in Cargo.toml
1 parent e0607b7 commit 08bb302

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,5 @@ pyo3 = { version = "0.15", default-features = false }
2525
[dev-dependencies]
2626
pyo3 = { version = "0.15", features = ["auto-initialize"] }
2727

28-
[features]
29-
default = []
30-
rayon = ["ndarray/rayon"]
31-
3228
[workspace]
3329
members = ["examples/*"]

0 commit comments

Comments
 (0)