File tree Expand file tree Collapse file tree 4 files changed +6
-12
lines changed Expand file tree Collapse file tree 4 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -93,15 +93,12 @@ nalgebra = "0.33.0" # https://docs.rs/nalgebra/latest/nalgebra/
9393ndrustfft = " 0.5.0" # https://docs.rs/ndrustfft/latest/ndrustfft/
9494ndarray-rand = " 0.15.0" # https://docs.rs/ndarray-rand/latest/ndarray_rand/
9595plotly = " 0.10.0" # https://docs.rs/plotly/latest/plotly/
96- # plotters = "0.3.5" # https://docs.rs/plotters/latest/plotters/
9796rand = " 0.8.5" # https://docs.rs/rand/latest/rand/
9897rand_distr = " 0.4.3" # https://docs.rs/rand_distr/latest/rand_distr/
9998rayon = " 1.9.0" # https://docs.rs/rayon/latest/rayon/
10099rust_decimal = " 1.34.3" # https://docs.rs/rust_decimal/latest/rust_decimal/
101100statrs = " 0.17.1" # https://docs.rs/statrs/latest/statrs/
102101thiserror = " 1.0.57" # https://docs.rs/thiserror/latest/thiserror/
103- yahoo_finance_api = " 2.3.0" # https://docs.rs/yahoo-finance-api/latest/yahoo_finance_api/
104- tokio-test = " 0.4.3" # https://docs.rs/tokio-test/latest/tokio_test/
105102
106103# https://docs.rs/ndarray/latest/ndarray/
107104ndarray = { version = " 0.16.1" , features = [" rayon" ] }
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ workspace = true
1717RustQuant = { path = " ../RustQuant" }
1818
1919[dependencies ]
20- ndarray = { workspace = true }
2120errorfunctions = { workspace = true }
2221RustQuant_utils = { workspace = true }
2322
Original file line number Diff line number Diff line change @@ -18,19 +18,18 @@ workspace = true
1818RustQuant = { path = " ../RustQuant" }
1919
2020[dependencies ]
21- derive_builder = { workspace = true }
22- RustQuant_time = { workspace = true }
2321RustQuant_instruments = { workspace = true }
24- rand = { workspace = true }
2522RustQuant_math = { workspace = true }
26- yahoo_finance_api = { workspace = true }
27- time = { workspace = true }
23+ RustQuant_time = { workspace = true }
2824RustQuant_error = { workspace = true }
29- tokio-test = { workspace = true }
25+ RustQuant_stochastics = { workspace = true }
26+
27+ derive_builder = { workspace = true }
28+ rand = { workspace = true }
29+ time = { workspace = true }
3030plotly = { workspace = true }
3131argmin = { workspace = true }
3232argmin-math = { workspace = true }
33- RustQuant_stochastics = { workspace = true }
3433
3534# # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3635# # RUSTDOC CONFIGURATION
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ workspace = true
1717[dependencies ]
1818thiserror = { workspace = true }
1919rand_distr = { workspace = true }
20- yahoo_finance_api = { workspace = true }
2120
2221# # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2322# # RUSTDOC CONFIGURATION
You can’t perform that action at this time.
0 commit comments