Skip to content

Commit d365111

Browse files
Update numpy requirement from 0.27.1 to 0.28.0
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.27.1...v0.28.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 0.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6cfde77 commit d365111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cellular_raza-examples/tissue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ cellular_raza = { path="../../cellular_raza", features=["pyo3"] }
1616
nalgebra.workspace = true
1717
num.workspace = true
1818
pyo3.workspace = true
19-
numpy = "0.27.1"
19+
numpy = "0.28.0"
2020
voronoice = "0.2.0"
2121
approx.workspace = true

0 commit comments

Comments
 (0)