Skip to content

Commit ec07e80

Browse files
fix(deps): update rust crate numpy to 0.29 (#15)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: YaoerWu <Honey_yolk@outlook.com>
1 parent 02fc7dd commit ec07e80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
pyo3 = { version = "0.29", features = ["extension-module", "abi3-py312"] }
12-
numpy = "0.28"
12+
numpy = "0.29"
1313
autowsgr_native = { path = ".." }
1414
vessel_type = { path = "../vessel_type", features = ["pyo3"] }

0 commit comments

Comments
 (0)