Skip to content

Commit

Permalink
Update ndarray to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kngwyu committed Jul 19, 2018
1 parent d0fe691 commit 8999c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ license-file = "LICENSE"
[dependencies]
libc = "0.2"
num-complex = "0.1"
ndarray = "0.10"
ndarray = "0.11"
pyo3 = "0.3.1"
2 changes: 1 addition & 1 deletion example/extensions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ crate-type = ["cdylib"]

[dependencies]
numpy = { path = "../.." }
ndarray = "0.10"
ndarray = "0.11"
pyo3 = "0.3.1"

0 comments on commit 8999c9d

Please sign in to comment.