From 9bbad6c4065f2d7ff2a50933b5065f9e599ed6c2 Mon Sep 17 00:00:00 2001 From: Nathan LeRoy Date: Thu, 16 May 2024 08:43:06 -0400 Subject: [PATCH] use a vendored openssl for python bindings --- bindings/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/Cargo.toml b/bindings/Cargo.toml index 91f32ebb..337599af 100644 --- a/bindings/Cargo.toml +++ b/bindings/Cargo.toml @@ -13,5 +13,6 @@ anyhow = "1.0.82" genimtools = { path = "../genimtools" } pyo3 = { version = "0.21", features=["anyhow", "extension-module"] } numpy = "0.21" +openssl = { version = "*", features = ["vendored"] } # pyo3-tch = { git = "https://github.com/LaurentMazare/tch-rs" } # torch-sys = { git = "https://github.com/LaurentMazare/tch-rs" } \ No newline at end of file