Skip to content

Commit

Permalink
Merge pull request #354 from alphaville/dependabot/cargo/ndarray-0.16
Browse files Browse the repository at this point in the history
Update ndarray requirement from 0.15 to 0.16
  • Loading branch information
alphaville authored Aug 14, 2024
2 parents 00d195e + fe6f7bd commit 44af0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ rpmalloc = { version = "0.2", features = [
roots = "0.0.8"

# Least squares solver
ndarray = { version = "0.15", features = ["approx"] }
ndarray = { version = "0.16", features = ["approx"] }
modcholesky = "0.1"

# jemallocator is an optional feature; it will only be loaded if the feature
Expand Down

0 comments on commit 44af0fe

Please sign in to comment.