Skip to content

Commit

Permalink
feat: update features
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Oct 6, 2024
1 parent 75f817d commit dcb5118
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ndarray = { version = "0.16.1", features = [
ndarray-rand = "0.15.0"
ndrustfft = "0.5.0"
num-complex = { version = "0.4.6", features = ["rand"] }
plotly = "0.9.0"
plotly = "0.10.0"
polars = { version = "0.43.1", features = ["lazy"] }
quadrature = "0.1.2"
rand = "0.8.5"
Expand All @@ -58,7 +58,7 @@ yahoo_finance_api = { version = "2.3.0", optional = true }
[dev-dependencies]

[features]
default = ["jemalloc", "yahoo"]
default = ["jemalloc"]
jemalloc = ["dep:tikv-jemallocator"]
malliavin = []
mimalloc = ["dep:mimalloc"]
Expand Down
1 change: 1 addition & 0 deletions src/quant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ pub mod bonds;
pub mod options;
pub mod r#trait;
pub mod volatility;
#[cfg(feature = "yahoo")]
pub mod yahoo;

/// Option type.
Expand Down

0 comments on commit dcb5118

Please sign in to comment.