@@ -35,7 +35,7 @@ gitlab = { repository = "nyx-space/nyx", branch = "master" }
35
35
[dependencies ]
36
36
nalgebra = " =0.32"
37
37
log = " 0.4"
38
- hifitime = { version = " 3.8.3 " , features = [" std" ] }
38
+ hifitime = { version = " 3.8.5 " , features = [" std" ] }
39
39
flate2 = { version = " 1.0" , features = [
40
40
" rust_backend" ,
41
41
], default-features = false }
@@ -56,9 +56,9 @@ rayon = "1.6"
56
56
lazy_static = " 1.4.0"
57
57
approx = " 0.5"
58
58
rand_pcg = " 0.3"
59
- pyo3 = { version = " 0.19 .0" , optional = true , features = [" extension-module" ] }
59
+ pyo3 = { version = " 0.20 .0" , optional = true , features = [" extension-module" ] }
60
60
pyo3-log = { version = " 0.9.0" , optional = true }
61
- numpy = { version = " 0.19 " , optional = true }
61
+ numpy = { version = " 0.20 " , optional = true }
62
62
indicatif = { version = " 0.17" , features = [" rayon" ] }
63
63
rstats = " 2.0.1"
64
64
thiserror = " 1.0"
@@ -75,7 +75,7 @@ num = "0.4.0"
75
75
enum-iterator = " 1.4.0"
76
76
getrandom = { version = " 0.2" , features = [" js" ] }
77
77
typed-builder = " 0.18.0"
78
- pythonize = { version = " 0.19 " , optional = true }
78
+ pythonize = { version = " 0.20 " , optional = true }
79
79
80
80
[dev-dependencies ]
81
81
polars = { version = " 0.35.0" , features = [" parquet" ] }
0 commit comments