This is an automated email from the ASF dual-hosted git repository.

hcr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/main by this push:
     new f6cb88117 chore(qdp-python): remove deprecated PyO3 extension-module 
feature (#1021)
f6cb88117 is described below

commit f6cb88117faf7c91ae3972fd88f43fa627b115b8
Author: KUAN-HAO HUANG <[email protected]>
AuthorDate: Fri Feb 6 21:38:03 2026 +0800

    chore(qdp-python): remove deprecated PyO3 extension-module feature (#1021)
---
 qdp/qdp-python/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qdp/qdp-python/Cargo.toml b/qdp/qdp-python/Cargo.toml
index 44ae30dc7..5c70aeabd 100644
--- a/qdp/qdp-python/Cargo.toml
+++ b/qdp/qdp-python/Cargo.toml
@@ -8,7 +8,7 @@ name = "_qdp"
 crate-type = ["cdylib"]
 
 [dependencies]
-pyo3 = { version = "0.27", features = ["extension-module"] }
+pyo3 = { version = "0.27" }
 numpy = "0.27"
 qdp-core = { path = "../qdp-core" }
 env_logger = "0.11"

Reply via email to