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 e8f4c7b commit 4e91fc7Copy full SHA for 4e91fc7
Cargo.toml
@@ -1,7 +1,10 @@
1
[package]
2
name = "numpy"
3
version = "0.13.1"
4
-authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>", "Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>"]
+authors = [
5
+ "Toshiki Teramura <toshiki.teramura@gmail.com>",
6
+ "Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>",
7
+]
8
description = "Rust binding of NumPy C-API"
9
documentation = "https://pyo3.github.io/rust-numpy/numpy"
10
edition = "2018"
@@ -13,7 +16,7 @@ resolver = "2"
13
16
[dependencies]
14
17
cfg-if = "0.1"
15
18
libc = "0.2"
-num-complex = ">= 0.2, < 0.4"
19
+num-complex = ">= 0.2, <= 0.4"
20
num-traits = "0.2"
21
ndarray = ">= 0.13, < 0.15"
22
pyo3 = { version = "0.13", default-features = false }
0 commit comments