Skip to content

Commit 702c44f

Browse files
authored
Merge pull request #183 from jkelleyrtp/jk/verbump
Feat: bump numcomplex
2 parents e8f4c7b + 4e91fc7 commit 702c44f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "numpy"
33
version = "0.13.1"
4-
authors = ["Toshiki Teramura <[email protected]>", "Yuji Kanagawa <[email protected]>"]
4+
authors = [
5+
"Toshiki Teramura <[email protected]>",
6+
"Yuji Kanagawa <[email protected]>",
7+
]
58
description = "Rust binding of NumPy C-API"
69
documentation = "https://pyo3.github.io/rust-numpy/numpy"
710
edition = "2018"
@@ -13,7 +16,7 @@ resolver = "2"
1316
[dependencies]
1417
cfg-if = "0.1"
1518
libc = "0.2"
16-
num-complex = ">= 0.2, < 0.4"
19+
num-complex = ">= 0.2, <= 0.4"
1720
num-traits = "0.2"
1821
ndarray = ">= 0.13, < 0.15"
1922
pyo3 = { version = "0.13", default-features = false }

0 commit comments

Comments
 (0)