Skip to content

Commit

Permalink
Drop support for ndarray<0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusuMET committed Oct 4, 2024
1 parent 38ffe29 commit a92082b
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 @@ -21,7 +21,7 @@ nalgebra = { version = "0.32", default-features = false, optional = true }
num-complex = ">= 0.2, < 0.5"
num-integer = "0.1"
num-traits = "0.2"
ndarray = ">= 0.13, < 0.17"
ndarray = ">= 0.15, < 0.17"
pyo3 = { version = "0.21.0", default-features = false, features = ["macros"] }
rustc-hash = "1.1"

Expand Down

0 comments on commit a92082b

Please sign in to comment.