Skip to content

Commit aa4f977

Browse files
committed
move to ndarray released crate
1 parent 25c5c36 commit aa4f977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ repository = "https://github.com/jonasBoss/ndarray-interp"
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
ndarray = {git = "https://github.com/jonasBoss/ndarray.git", branch="axis_windows_dimension"}#"0.15"
12+
ndarray = "0.15"
1313
num-traits = "0.2"
1414
thiserror = "1.0.40"
1515

1616
[dev-dependencies]
1717
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"
18+
ndarray = {version = "0.15", features = ["approx-0_5"] }
1919
approx = "0.5.1"

0 commit comments

Comments
 (0)