We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c5c36 commit aa4f977Copy full SHA for aa4f977
Cargo.toml
@@ -9,11 +9,11 @@ repository = "https://github.com/jonasBoss/ndarray-interp"
9
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
11
[dependencies]
12
-ndarray = {git = "https://github.com/jonasBoss/ndarray.git", branch="axis_windows_dimension"}#"0.15"
+ndarray = "0.15"
13
num-traits = "0.2"
14
thiserror = "1.0.40"
15
16
[dev-dependencies]
17
cargo-tarpaulin = "0.26.0"
18
-ndarray = {git = "https://github.com/jonasBoss/ndarray.git", branch="axis_windows_dimension", features = ["approx-0_5"] } # version = "0.15"
+ndarray = {version = "0.15", features = ["approx-0_5"] }
19
approx = "0.5.1"
0 commit comments