We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02fc7dd commit ec07e80Copy full SHA for ec07e80
1 file changed
python_bindings/Cargo.toml
@@ -9,6 +9,6 @@ crate-type = ["cdylib"]
9
10
[dependencies]
11
pyo3 = { version = "0.29", features = ["extension-module", "abi3-py312"] }
12
-numpy = "0.28"
+numpy = "0.29"
13
autowsgr_native = { path = ".." }
14
vessel_type = { path = "../vessel_type", features = ["pyo3"] }
0 commit comments