Skip to content

Commit

Permalink
⬆️ Update ndarray-npy requirement from 0.8 to 0.9
Browse files Browse the repository at this point in the history
Updates the requirements on [ndarray-npy](https://github.com/jturner314/ndarray-npy) to permit the latest version.
- [Changelog](https://github.com/jturner314/ndarray-npy/blob/master/RELEASES.md)
- [Commits](jturner314/ndarray-npy@0.8.0...0.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 0388c8f commit e8cba36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/ltp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ serialization = ["serde", "serde_json", "apache-avro"]
clap = { version = "4", features = ["derive"] }

ndarray = "0.16"
ndarray-npy = { version = "0.8", features = ["npz"] }
ndarray-npy = { version = "0.9", features = ["npz"] }

0 comments on commit e8cba36

Please sign in to comment.