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](https://github.com/dimforge/nalgebra/compare/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>
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ datasets = []
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ndarray = { version = "0.15", optional = true }
|
ndarray = { version = "0.15", optional = true }
|
||||||
nalgebra = { version = "0.26", optional = true }
|
nalgebra = { version = "0.31", optional = true }
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
num = "0.4"
|
num = "0.4"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user