Skip to content

Commit f848bc4

Browse files
committed
Support ndarray 0.15
1 parent bebf608 commit f848bc4

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
@@ -14,7 +14,7 @@ cfg-if = "0.1"
1414
libc = "0.2"
1515
num-complex = ">= 0.2, < 0.4"
1616
num-traits = "0.2"
17-
ndarray = ">= 0.13, < 0.15"
17+
ndarray = ">= 0.13, < 0.16"
1818
pyo3 = "0.13"
1919

2020
[features]

0 commit comments

Comments
 (0)