Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update ndarray requirement from 0.14 to 0.15 #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
⬆️ Update ndarray requirement from 0.14 to 0.15
Updates the requirements on [ndarray](https://github.com/rust-ndarray/ndarray) to permit the latest version.
- [Release notes](https://github.com/rust-ndarray/ndarray/releases)
- [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md)
- [Commits](rust-ndarray/ndarray@0.14.0...0.15.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Mar 26, 2021
commit b9023bc6428564f87a64c0446b7b046d11748e9d
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ derive_builder = "0.9.0"
derive_more = {version = "0.99", default-features = false, features = ["from"]}
showata = {version = "0.3.2", optional = true}
anyhow = {version = "1.0.22", optional = true }
ndarray = {version = "0.14", features = ["serde"], optional = true}
ndarray = {version = "0.15", features = ["serde"], optional = true}
csv = {version = "1.1", optional = true}
rulinalg = {version ="0.4.2", optional=true}
nalgebra = {version ="0.25.1", features = ["serde-serialize"], optional=true}