Skip to content

Commit

Permalink
try to remove openssl nightmare
Browse files Browse the repository at this point in the history
  • Loading branch information
azmyrajab committed Mar 22, 2024
1 parent 326138a commit aa1107f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
12 changes: 0 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ name = "polars_ols"
crate-type= ["cdylib"]

[dependencies]
openssl = {version = "*", features = ["vendored"]}
openssl-sys = {version = "*", features = ["vendored"]}
# openssl = {version = "*", features = ["vendored"]}
# openssl-sys = {version = "*", features = ["vendored"]}
pyo3 = { version = "*", features = ["extension-module", "abi3-py38"] }
pyo3-polars = { version = "*", features = ["derive"] }
serde = { version = "*", features = ["derive"] }
Expand All @@ -21,7 +21,8 @@ ndarray-rand = {version = "*"}
ndarray-linalg = {version = "*", features = ["openblas-static"]}
faer = {version = "*"}
faer-ext = {version = "*", features = ["ndarray"]}
num-traits = { version = "0.2.18" }
num-traits = { version = "*" }

[target.'cfg(target_os = "linux")'.dependencies]
jemallocator = { version = "0.5", features = ["disable_initial_exec_tls"] }

Expand Down

0 comments on commit aa1107f

Please sign in to comment.