diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2024-11-15 16:46:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-15 16:46:55 +0100 |
commit | 00d8a0c178f588b6454c02e66b709917628c2bae (patch) | |
tree | 218ad1e2c5125d9dd2cb09a7fd3ff3b7ecaa78d0 /candle-pyo3 | |
parent | f689ce5d39c6f1475dfc71503288ea2905c8f685 (diff) | |
download | candle-00d8a0c178f588b6454c02e66b709917628c2bae.tar.gz candle-00d8a0c178f588b6454c02e66b709917628c2bae.tar.bz2 candle-00d8a0c178f588b6454c02e66b709917628c2bae.zip |
Remove some unused macros. (#2618)
* Remove some unused macros.
* More unused fixes.
Diffstat (limited to 'candle-pyo3')
-rw-r--r-- | candle-pyo3/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |