From 539e35fc2be51595c499a884da713e9071cbfefd Mon Sep 17 00:00:00 2001 From: Nathan LeRoy Date: Wed, 22 May 2024 13:48:48 -0400 Subject: [PATCH] remove openssl --- bindings/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/Cargo.toml b/bindings/Cargo.toml index 1b008e94..cac9c4a3 100644 --- a/bindings/Cargo.toml +++ b/bindings/Cargo.toml @@ -13,6 +13,5 @@ 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