diff --git a/Cargo.toml b/Cargo.toml index 145841b5..9e775d02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ lazy_static = "1.4.0" approx = "0.5" rand_pcg = "0.3" pyo3 = { version = "0.21", optional = true, features = ["extension-module"] } -pyo3-log = { version = "0.10", optional = true } +pyo3-log = { version = "0.11", optional = true } numpy = { version = "0.21", optional = true } indicatif = { version = "0.17", features = ["rayon"] } rstats = "2.0.1"