We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1f0bc commit e372f0bCopy full SHA for e372f0b
Cargo.toml
@@ -12,6 +12,6 @@ license-file = "LICENSE"
12
[dependencies]
13
cfg-if = "0.1.5"
14
libc = "0.2"
15
-num-complex = ">= 0.1"
16
-ndarray = ">= 0.11"
+num-complex = "0.2"
+ndarray = "0.12"
17
pyo3 = "0.4.1"
src/lib.rs
@@ -34,7 +34,6 @@ extern crate cfg_if;
34
extern crate libc;
35
extern crate ndarray;
36
extern crate num_complex;
37
-#[macro_use]
38
extern crate pyo3;
39
40
pub mod array;
0 commit comments