From 39849f7687ab57404639b3c834bdf4611433ba72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 12:57:07 +0000 Subject: [PATCH] fix(deps): update rust crate numpy to 0.29 --- python_bindings/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_bindings/Cargo.toml b/python_bindings/Cargo.toml index 6a07fd4..40c83c5 100644 --- a/python_bindings/Cargo.toml +++ b/python_bindings/Cargo.toml @@ -9,6 +9,6 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { version = "0.28", features = ["extension-module", "abi3-py312"] } -numpy = "0.28" +numpy = "0.29" autowsgr_native = { path = ".." } vessel_type = { path = "../vessel_type", features = ["pyo3"] }