Skip to content

Commit b4df5a4

Browse files
committed
Drop support for ndarray<0.15
1 parent 43d58bf commit b4df5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ nalgebra = { version = "0.32", default-features = false, optional = true }
2121
num-complex = ">= 0.2, < 0.5"
2222
num-integer = "0.1"
2323
num-traits = "0.2"
24-
ndarray = ">= 0.13, < 0.17"
24+
ndarray = ">= 0.15, < 0.17"
2525
pyo3 = { version = "0.21.0", default-features = false, features = ["macros"] }
2626
rustc-hash = "1.1"
2727

0 commit comments

Comments
 (0)