diff --git a/crates/jiter/Cargo.toml b/crates/jiter/Cargo.toml index 0e31aaa6..3914aec1 100644 --- a/crates/jiter/Cargo.toml +++ b/crates/jiter/Cargo.toml @@ -16,7 +16,7 @@ num-bigint = "0.4.4" num-traits = "0.2.16" ahash = "0.8.0" smallvec = "1.11.0" -pyo3 = { workspace = true, optional = true } +pyo3 = { workspace = true, optional = true, features = ["num-bigint"] } lexical-parse-float = { version = "0.8.5", features = ["format"] } bitvec = "1.0.1" @@ -28,7 +28,7 @@ bencher = "0.1.5" paste = "1.0.7" serde_json = {version = "1.0.87", features = ["preserve_order", "arbitrary_precision", "float_roundtrip"]} serde = "1.0.147" -pyo3 = { workspace = true, features = ["num-bigint", "auto-initialize"] } +pyo3 = { workspace = true, features = ["auto-initialize"] } codspeed-bencher-compat = "2.3.1" [build-dependencies]