We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca0b41 commit 797c420Copy full SHA for 797c420
python/extension/Cargo.toml
@@ -21,7 +21,7 @@ rayon = { version = "1.7" }
21
rayon-cond = { version = "0.3" }
22
anyhow = { version = "1.0" }
23
serde = { version = "1.0", features = ["derive"] }
24
-pyo3 = { version = "0.22", features = ["extension-module", "anyhow", "serde"] }
+pyo3 = { version = "0.23", features = ["extension-module", "anyhow", "serde"] }
25
mimalloc = { version = "0.1", default-features = false, optional = true }
26
27
[dependencies.ltp]
0 commit comments