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 286f3ca commit 5432bc5Copy full SHA for 5432bc5
Cargo.toml
@@ -56,7 +56,7 @@ rayon = "1.6"
56
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"] }
+pyo3 = { version = "0.20.0", optional = true, features = ["extension-module"] }
60
pyo3-log = { version = "0.9.0", optional = true }
61
numpy = { version = "0.19", optional = true }
62
indicatif = { version = "0.17", features = ["rayon"] }
0 commit comments