diff --git a/Cargo.toml b/Cargo.toml index 65ef68a6..2e848730 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = [".github/*", ".vscode/*"] [dependencies] csv = "1.3.1" -ndarray = { version = "0.16.1", features = ["rayon"] } +ndarray = { version = "0.17.2", features = ["rayon"] } serde = "1.0.188" serde_json = "1.0.66" sobol_burley = "0.5.0"