Skip to content

Commit

Permalink
Merge pull request #369 from HenrikJStromberg/master
Browse files Browse the repository at this point in the history
maximum allowed version for sprs incremented to 0.16.1
  • Loading branch information
mulimoen authored Oct 22, 2024
2 parents 890c72a + 0b5ca92 commit 229e508
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.17"
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, <0.17"
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 229e508

Please sign in to comment.