From 00d8a0c178f588b6454c02e66b709917628c2bae Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Fri, 15 Nov 2024 16:46:55 +0100 Subject: Remove some unused macros. (#2618) * Remove some unused macros. * More unused fixes. --- candle-pyo3/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'candle-pyo3') diff --git a/candle-pyo3/Cargo.toml b/candle-pyo3/Cargo.toml index 2776a3f7..d91619fb 100644 --- a/candle-pyo3/Cargo.toml +++ b/candle-pyo3/Cargo.toml @@ -20,7 +20,7 @@ candle-nn = { workspace = true } candle-onnx = { workspace = true, optional = true } half = { workspace = true } intel-mkl-src = { workspace = true, optional = true } -pyo3 = { version = "0.22.0", features = ["extension-module", "abi3-py38"] } +pyo3 = { version = "0.22.0", features = ["extension-module", "abi3-py311"] } [build-dependencies] pyo3-build-config = "0.22" -- cgit v1.2.3