Skip to content

Commit

Permalink
Update ndarray-stats requirement from ^0.5 to ^0.6
Browse files Browse the repository at this point in the history
Updates the requirements on [ndarray-stats](https://github.com/rust-ndarray/ndarray-stats) to permit the latest version.
- [Release notes](https://github.com/rust-ndarray/ndarray-stats/releases)
- [Commits](rust-ndarray/ndarray-stats@0.5.0...0.6.0)

---
updated-dependencies:
- dependency-name: ndarray-stats
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 2cc3773 commit ac3eff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ lazy_static = "^1.4"
libm = "^0.2"
macro_const = "^0.1"
ndarray = "^0.15"
ndarray-stats = "^0.5"
ndarray-stats = "^0.6"
num-complex = "^0.4" # the same version as used by fftw
num-traits = "^0.2"
paste = "1"
Expand Down

0 comments on commit ac3eff9

Please sign in to comment.