-
-
Notifications
You must be signed in to change notification settings - Fork 113
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (21 loc) · 820 Bytes
/
Cargo.toml
File metadata and controls
25 lines (21 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "ndarray_0_16"
version = "0.0.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dev-dependencies]
argmin-math = { path = "../../", version = "*", features = [
"ndarray_v0_16",
] }
ndarray = { version = "0.16", default-features = false }
ndarray-linalg = { version = "0.17", 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 }
pastey = "0.2.0"
approx = "0.5.0"
rand = "0.9.2"
[features]
# To make it explicit that this package is not part of the overall argmin workspace for the purpose of dependency unification
[workspace]