From 0da507c8c779dd7e6c879031bfd04c917bcb6e03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:13:07 +0100 Subject: [PATCH] chore(deps): Update nalgebra requirement from 0.32.3 to 0.33.0 (#211) Updates the requirements on [nalgebra](https://github.com/dimforge/nalgebra) to permit the latest version. - [Changelog](https://github.com/dimforge/nalgebra/blob/main/CHANGELOG.md) - [Commits](https://github.com/dimforge/nalgebra/commits) --- updated-dependencies: - dependency-name: nalgebra dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pywr-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywr-core/Cargo.toml b/pywr-core/Cargo.toml index 8ff77f88..aae94e35 100644 --- a/pywr-core/Cargo.toml +++ b/pywr-core/Cargo.toml @@ -26,7 +26,7 @@ ipm-ocl = { path = "../ipm-ocl", optional = true } ipm-simd = { path = "../ipm-simd", optional = true } tracing = { workspace = true } highs-sys = { version = "1.6.2", optional = true } -nalgebra = "0.32.3" +nalgebra = "0.33.0" chrono = { workspace = true } polars = { workspace = true }