diff --git a/Cargo.toml b/Cargo.toml index 578a38e..2ce5a18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,10 +10,10 @@ name = "streamtracer" crate-type = ["cdylib"] [dependencies] -pyo3 = {version = "0.28", features = ["extension-module"]} -numpy = "0.28" # I think this should follow the pyo3 version, but it can be slow to release +pyo3 = {version = "0.29", features = ["extension-module"]} +numpy = "0.29" # I think this should follow the pyo3 version, but it can be slow to release num-traits = "0.2" -num-derive = "0.4" +num-derive = "0.5" rayon = "1.11" ndarray = {version = "0.17", features = ["rayon"]}