Skip to content

Commit

Permalink
Use static ndarray-linalg backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Tastaturtaste committed Oct 9, 2023
1 parent 6a3e092 commit 4c8d905
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion argmin-math/ndarray-linalg-tests/ndarray_0_14/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ argmin-math = { path = "../../", version = "0.3", default-features=false, featur
"ndarray_v0_14",
] }
ndarray = { version = "0.14", default-features = false }
ndarray-linalg = { version = "0.13", features = ["intel-mkl"] }
ndarray-linalg = { version = "0.13", features = ["intel-mkl-static"] }
num-complex = { version = "0.3", default-features = false, features = ["std"] }
num-traits = { version = "0.2" }
num-integer = { version = "0.1" }
Expand Down
2 changes: 1 addition & 1 deletion argmin-math/ndarray-linalg-tests/ndarray_0_15/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ argmin-math = { path = "../../", version = "0.3", features = [
"ndarray_v0_15",
] }
ndarray = { version = "0.15", default-features = false }
ndarray-linalg = { version = "0.16", default-features = false, features = ["intel-mkl"] }
ndarray-linalg = { version = "0.16", default-features = false, features = ["intel-mkl-static"] }
num-complex = { version = "0.4", default-features = false }
num-traits = { version = "0.2", default-features = false }
num-integer = { version = "0.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion argmin-math/ndarray-linalg-tests/ndarray_latest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ argmin-math = { path = "../../", version = "0.3", features = [
"ndarray_latest",
] }
ndarray = { version = "0.15", default-features = false }
ndarray-linalg = { version = "0.16", default-features = false, features = ["intel-mkl"] }
ndarray-linalg = { version = "0.16", default-features = false, features = ["intel-mkl-static"] }
num-complex = { version = "0.4", default-features = false }
num-traits = { version = "0.2", default-features = false }
num-integer = { version = "0.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion argmin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ finitediff = { version = "0.1.4", features = ["ndarray"] }
argmin_testfunctions = "0.1.1"
nalgebra = { version = "0.32", features = ["serde-serialize"] }
ndarray = { version = "0.15", features = ["serde-1"] }
ndarray-linalg = { version = "0.16", features = ["intel-mkl"] }
ndarray-linalg = { version = "0.16", features = ["intel-mkl-static"] }
argmin-math = { path = "../argmin-math" }
serde = { version = "1.0", features = ["derive", "rc"] }

Expand Down

0 comments on commit 4c8d905

Please sign in to comment.