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 11[package ]
22name = " numpy"
33version = " 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+ ]
58description = " Rust binding of NumPy C-API"
69documentation = " https://pyo3.github.io/rust-numpy/numpy"
710edition = " 2018"
811repository = " https://github.com/rust-numpy/rust-numpy"
912keywords = [" numpy" , " python" , " binding" ]
10- license-file = " LICENSE"
13+ license = " BSD-2-Clause"
14+ resolver = " 2"
1115
1216[dependencies ]
1317cfg-if = " 0.1"
1418libc = " 0.2"
15- num-complex = " >= 0.2, < 0.4"
19+ num-complex = " >= 0.2, <= 0.4"
1620num-traits = " 0.2"
1721ndarray = " >= 0.13, < 0.16"
22+ pyo3 = { version = " 0.13" , default-features = false }
23+
24+ [dev-dependencies ]
1825pyo3 = " 0.13"
1926
2027[features ]
You can’t perform that action at this time.
0 commit comments