Skip to content

Commit e372f0b

Browse files
committed
Update ndarray and num-complex
1 parent fd1f0bc commit e372f0b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ license-file = "LICENSE"
1212
[dependencies]
1313
cfg-if = "0.1.5"
1414
libc = "0.2"
15-
num-complex = ">= 0.1"
16-
ndarray = ">= 0.11"
15+
num-complex = "0.2"
16+
ndarray = "0.12"
1717
pyo3 = "0.4.1"

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ extern crate cfg_if;
3434
extern crate libc;
3535
extern crate ndarray;
3636
extern crate num_complex;
37-
#[macro_use]
3837
extern crate pyo3;
3938

4039
pub mod array;

0 commit comments

Comments
 (0)