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 c838ba0 commit a837c63Copy full SHA for a837c63
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "numpy"
3
-version = "0.3.0"
+version = "0.3.1"
4
authors = ["Toshiki Teramura <[email protected]>"]
5
6
description = "Rust binding of NumPy C-API"
@@ -13,5 +13,5 @@ license-file = "LICENSE"
13
cfg-if = "0.1.5"
14
libc = "0.2"
15
num-complex = "0.1"
16
-ndarray = "0.12"
+ndarray = ">= 0.11"
17
pyo3 = "0.4.1"
example/extensions/Cargo.toml
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
9
10
[dependencies]
11
numpy = { path = "../.." }
12
-ndarray = "0.11"
[dependencies.pyo3]
version = "0.4.1"
0 commit comments