Skip to content

Commit afe396b

Browse files
committed
Bumped ndarray to 0.17.
1 parent d1783af commit afe396b

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
@@ -27,7 +27,7 @@ nalgebra = { version = ">=0.30, <0.35", default-features = false, optional = tru
2727
num-complex = ">= 0.2, < 0.5"
2828
num-integer = "0.1"
2929
num-traits = "0.2"
30-
ndarray = ">= 0.15, < 0.17"
30+
ndarray = ">= 0.15, <=0.17"
3131
pyo3 = { version = "0.27.0", default-features = false, features = ["macros"] }
3232
rustc-hash = "2.0"
3333

0 commit comments

Comments
 (0)