Skip to content

Commit c85764f

Browse files
author
Ian
committed
changed ndarray version
1 parent 75b4785 commit c85764f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ convert = ["dep:ndarray", "dep:nalgebra"]
1616
num-traits = "0.2.19"
1717
simba = { version = "0.9.1", optional = true }
1818
anyhow = "1.0.100"
19-
ndarray = { version = "0.17.1", optional = true }
20-
nalgebra = { version = "0.34.1", optional = true }
19+
ndarray = { version = "0.16", optional = true }
20+
nalgebra = { version = "0.34", optional = true }

0 commit comments

Comments
 (0)