File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ plotly = "0.10.0" # https://docs.rs/plotly/latest/plotly/
9696rand = " 0.8.5" # https://docs.rs/rand/latest/rand/
9797rand_distr = " 0.4.3" # https://docs.rs/rand_distr/latest/rand_distr/
9898rayon = " 1.9.0" # https://docs.rs/rayon/latest/rayon/
99- rust_decimal = " 1.34.3" # https://docs.rs/rust_decimal/latest/rust_decimal/
99+ rust_decimal = { version = " 1.34.3" , features = [ " maths " ] } # https://docs.rs/rust_decimal/latest/rust_decimal/
100100statrs = " 0.17.1" # https://docs.rs/statrs/latest/statrs/
101101thiserror = " 1.0.57" # https://docs.rs/thiserror/latest/thiserror/
102102
@@ -116,7 +116,7 @@ polars = { version = "0.44.0", features = ["docs-selection"] }
116116serde = { version = " 1.0.213" , features = [" derive" ] }
117117
118118# https://docs.rs/crate/pyo3/latest
119- pyo3 = {version = " 0.26.0" , features = [" extension-module " , " time" ]}
119+ pyo3 = {version = " 0.26.0" , features = [" time" ]}
120120
121121# # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
122122# # PYTHON BINDINGS
You can’t perform that action at this time.
0 commit comments