Skip to content

Commit

Permalink
Update numpy requirement from 0.21 to 0.22
Browse files Browse the repository at this point in the history
Updates the requirements on [numpy](https://github.com/PyO3/rust-numpy) to permit the latest version.
- [Release notes](https://github.com/PyO3/rust-numpy/releases)
- [Changelog](https://github.com/PyO3/rust-numpy/blob/main/CHANGELOG.md)
- [Commits](PyO3/rust-numpy@v0.21.0...v0.21.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 5321122 commit c8eb4d6
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 @@ -10,7 +10,7 @@ crate-type = ["cdylib"]
[dependencies]
log = "0.4.21"
tucanos = { git = "https://github.com/tucanos/tucanos.git", rev = "9c7885d" }
numpy = "0.21"
numpy = "0.22"
pyo3 = { version = "0.21", features = ["extension-module", "multiple-pymethods"] }
pyo3-log = "0.11"

Expand Down

0 comments on commit c8eb4d6

Please sign in to comment.