Skip to content

Commit

Permalink
add nightly feature
Browse files Browse the repository at this point in the history
  • Loading branch information
leviska committed Nov 19, 2024
1 parent 05334d5 commit 1e30588
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion downsample_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ license = "MIT"

[dependencies]
# TODO: perhaps use polars?
argminmax = { version = "0.6.1", features = ["half"] }
argminmax = { version = "0.6.1", features = ["float", "half"], default-features = false }
half = { version = "2.3.1", default-features = false , features=["num-traits"], optional = true}
num-traits = { version = "0.2.17", default-features = false }
once_cell = "1"
rayon = { version = "1.8.0", default-features = false }

[features]
default = ["nightly"]
nightly = ["argminmax/nightly_simd"]

[dev-dependencies]
rstest = { version = "0.18.2", default-features = false }
rstest_reuse = { version = "0.6", default-features = false }
Expand Down

0 comments on commit 1e30588

Please sign in to comment.