File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " numpy"
3
3
version = " 0.13.1"
4
- authors = [" Toshiki Teramura <toshiki.teramura@gmail.com>" , " Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>" ]
4
+ authors = [
5
+ " Toshiki Teramura <toshiki.teramura@gmail.com>" ,
6
+ " Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>" ,
7
+ ]
5
8
description = " Rust binding of NumPy C-API"
6
9
documentation = " https://pyo3.github.io/rust-numpy/numpy"
7
10
edition = " 2018"
8
11
repository = " https://github.com/rust-numpy/rust-numpy"
9
12
keywords = [" numpy" , " python" , " binding" ]
10
- license-file = " LICENSE"
13
+ license = " BSD-2-Clause"
14
+ resolver = " 2"
11
15
12
16
[dependencies ]
13
17
cfg-if = " 0.1"
14
18
libc = " 0.2"
15
- num-complex = " >= 0.2, < 0.4"
19
+ num-complex = " >= 0.2, <= 0.4"
16
20
num-traits = " 0.2"
17
21
ndarray = " >= 0.13, < 0.16"
22
+ pyo3 = { version = " 0.13" , default-features = false }
23
+
24
+ [dev-dependencies ]
18
25
pyo3 = " 0.13"
19
26
20
27
[features ]
You can’t perform that action at this time.
0 commit comments