Skip to content

Commit ff456df

Browse files
Update nalgebra requirement from 0.23.0 to 0.31.0 (#128)
Updates the requirements on [nalgebra](https://github.com/dimforge/nalgebra) to permit the latest version. - [Release notes](https://github.com/dimforge/nalgebra/releases) - [Changelog](https://github.com/dimforge/nalgebra/blob/dev/CHANGELOG.md) - [Commits](dimforge/nalgebra@v0.23.0...v0.31.0) --- updated-dependencies: - dependency-name: nalgebra dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 322610c commit ff456df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ datasets = []
2020

2121
[dependencies]
2222
ndarray = { version = "0.15", optional = true }
23-
nalgebra = { version = "0.26", optional = true }
23+
nalgebra = { version = "0.31", optional = true }
2424
num-traits = "0.2"
2525
num = "0.4"
2626
rand = "0.8"

0 commit comments

Comments
 (0)