summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/maturin.ymlbin0 -> 5304 bytes
-rw-r--r--candle-pyo3/Cargo.toml2
2 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/maturin.yml b/.github/workflows/maturin.yml
new file mode 100644
index 00000000..1413f014
--- /dev/null
+++ b/.github/workflows/maturin.yml
Binary files differ
diff --git a/candle-pyo3/Cargo.toml b/candle-pyo3/Cargo.toml
index 0241d2b2..488404bf 100644
--- a/candle-pyo3/Cargo.toml
+++ b/candle-pyo3/Cargo.toml
@@ -19,7 +19,7 @@ candle = { path = "../candle-core", version = "0.3.0", package = "candle-core" }
candle-nn = { path = "../candle-nn", version = "0.3.0" }
half = { workspace = true }
intel-mkl-src = { workspace = true, optional = true }
-pyo3 = { version = "0.19.0", features = ["extension-module"] }
+pyo3 = { version = "0.19.0", features = ["extension-module", "abi3-py38"] }
[build-dependencies]
pyo3-build-config = "0.19"