Skip to content

Commit

Permalink
move to ndarray released crate
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasBoss committed Jul 14, 2023
1 parent 25c5c36 commit aa4f977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ repository = "https://github.com/jonasBoss/ndarray-interp"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

[dev-dependencies]
cargo-tarpaulin = "0.26.0"
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"] }
approx = "0.5.1"

0 comments on commit aa4f977

Please sign in to comment.