Skip to content

Commit

Permalink
Merge pull request #357 from sparsemat/dependabot/cargo/ndarray-0.16
Browse files Browse the repository at this point in the history
deps: update ndarray requirement from 0.15 to 0.16
  • Loading branch information
mulimoen authored Sep 13, 2024
2 parents 24480e0 + cae8921 commit ea9fd8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sprs-ldl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ sprs_suitesparse_ldl = { version = "0.8.0", path = "../suitesparse_bindings/sprs
sprs_suitesparse_camd = { version = "0.3.0", path = "../suitesparse_bindings/sprs_suitesparse_camd", optional = true }

[dev-dependencies]
ndarray = ">=0.15.0,<=0.16"
ndarray = ">=0.15.0, <=0.16"
2 changes: 1 addition & 1 deletion sprs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ multi_thread = ["dep:rayon", "dep:num_cpus"]

[dependencies]
num-traits = "0.2.0"
ndarray = ">=0.15,<=0.16"
ndarray = ">=0.15, <=0.16"
alga = { version = "0.9.0", optional = true }
num-complex = "0.4.0"
serde = { version = "1.0.0", optional = true, features = ["derive"] }
Expand Down

0 comments on commit ea9fd8c

Please sign in to comment.