Skip to content

Commit 4fac1d9

Browse files
avhzavhz
authored andcommitted
ci: remove unused deps
1 parent 093242e commit 4fac1d9

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,12 @@ nalgebra = "0.33.0" # https://docs.rs/nalgebra/latest/nalgebra/
9393
ndrustfft = "0.5.0" # https://docs.rs/ndrustfft/latest/ndrustfft/
9494
ndarray-rand = "0.15.0" # https://docs.rs/ndarray-rand/latest/ndarray_rand/
9595
plotly = "0.10.0" # https://docs.rs/plotly/latest/plotly/
96-
# plotters = "0.3.5" # https://docs.rs/plotters/latest/plotters/
9796
rand = "0.8.5" # https://docs.rs/rand/latest/rand/
9897
rand_distr = "0.4.3" # https://docs.rs/rand_distr/latest/rand_distr/
9998
rayon = "1.9.0" # https://docs.rs/rayon/latest/rayon/
10099
rust_decimal = "1.34.3" # https://docs.rs/rust_decimal/latest/rust_decimal/
101100
statrs = "0.17.1" # https://docs.rs/statrs/latest/statrs/
102101
thiserror = "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/
107104
ndarray = { version = "0.16.1", features = ["rayon"] }

crates/RustQuant_autodiff/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ workspace = true
1717
RustQuant = { path = "../RustQuant" }
1818

1919
[dependencies]
20-
ndarray = { workspace = true }
2120
errorfunctions = { workspace = true }
2221
RustQuant_utils = { workspace = true }
2322

crates/RustQuant_data/Cargo.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,18 @@ workspace = true
1818
RustQuant = { path = "../RustQuant" }
1919

2020
[dependencies]
21-
derive_builder = { workspace = true }
22-
RustQuant_time = { workspace = true }
2321
RustQuant_instruments = { workspace = true }
24-
rand = { workspace = true }
2522
RustQuant_math = { workspace = true }
26-
yahoo_finance_api = { workspace = true }
27-
time = { workspace = true }
23+
RustQuant_time = { workspace = true }
2824
RustQuant_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 }
3030
plotly = { workspace = true }
3131
argmin = { workspace = true }
3232
argmin-math = { workspace = true }
33-
RustQuant_stochastics = { workspace = true }
3433

3534
## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3635
## RUSTDOC CONFIGURATION

crates/RustQuant_error/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ workspace = true
1717
[dependencies]
1818
thiserror = { workspace = true }
1919
rand_distr = { workspace = true }
20-
yahoo_finance_api = { workspace = true }
2120

2221
## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2322
## RUSTDOC CONFIGURATION

0 commit comments

Comments
 (0)