We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311a015 commit bd7a65fCopy full SHA for bd7a65f
Cargo.toml
@@ -57,7 +57,7 @@ lazy_static = "1.4.0"
57
approx = "0.5"
58
rand_pcg = "0.3"
59
pyo3 = { version = "0.19.0", optional = true, features = ["extension-module"] }
60
-pyo3-log = { version = "0.8.2", optional = true }
+pyo3-log = { version = "0.9.0", optional = true }
61
numpy = { version = "0.19", optional = true }
62
indicatif = { version = "0.17", features = ["rayon"] }
63
rstats = "2.0.1"
0 commit comments