@@ -31,44 +31,44 @@ impl-new-derive = "0.1.3"
3131implied-vol = " 1.0.0"
3232indicatif = " 0.17.8"
3333kendalls = " 0.2.2"
34- levenberg-marquardt = " 0.14.0"
34+ levenberg-marquardt = " 0.14.0" # UPDATE: rand
3535libloading = { version = " 0.8.6" , optional = true }
3636linreg = " 0.2.0"
3737openblas-src = { version = " 0.10" , features = [" cblas" , " static" ], optional = true }
38- mimalloc = { version = " 0.1.43 " , optional = true }
38+ mimalloc = { version = " 0.1.48 " , optional = true }
3939nalgebra = " 0.33.2"
4040ndarray = { version = " 0.16.1" , features = [
4141 " rayon" ,
4242 " matrixmultiply-threading" ,
43- ] }
43+ ] } # UPDATE: rand
4444ndarray-npy = " 0.9.1"
45- ndarray-rand = " 0.15.0"
46- ndarray-stats = " 0.6.0"
47- ndrustfft = " 0.5.0"
48- num-complex = { version = " 0.4.6" , features = [" rand" ] }
45+ ndarray-rand = " 0.15.0" # UPDATE: rand
46+ ndarray-stats = " 0.6.0" # UPDATE: rand
47+ ndrustfft = " 0.5.0" # UPDATE: rand
48+ num-complex = { version = " 0.4.6" , features = [" rand" ] } # UPDATE: rand
4949ordered-float = " 5.0.0"
5050# orx-parallel = "2.3.0"
5151plotly = { version = " 0.10.0" , features = [" plotly_ndarray" ] }
5252polars = { version = " 0.43.1" , features = [" lazy" ], optional = true }
5353prettytable-rs = " 0.10.0"
5454quadrature = " 0.1.2"
55- rand = " 0.8.5"
56- rand_distr = " 0.4.3"
55+ rand = " 0.8.5" # UPDATE: rand
56+ rand_distr = " 0.4.3" # UPDATE: rand
5757rayon = " 1.10.0"
5858roots = " 0.0.8"
5959sci-rs = " 0.4.1"
6060scilib = " 1.0.0"
61- statrs = " 0.17.1"
61+ statrs = " 0.17.1" # UPDATE: rand
6262tempfile = " 3.13.0"
63- tikv-jemallocator = { version = " 0.6.0 " , optional = true }
63+ tikv-jemallocator = { version = " 0.6.1 " , optional = true }
6464time = { version = " 0.3.36" , features = [
6565 " formatting" ,
6666 " parsing" ,
6767], optional = true }
6868tokio-test = " 0.4.4"
6969tracing = " 0.1.40"
7070tracing-test = " 0.2.5"
71- wide = " 0.7.32 "
71+ wide = " 0.8.2 "
7272yahoo_finance_api = { version = " 2.3.0" , optional = true }
7373
7474[dev-dependencies ]
0 commit comments