File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " numpy"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44authors = [" Toshiki Teramura <toshiki.teramura@gmail.com>" , " Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>" ]
55description = " Rust binding of NumPy C-API"
66documentation = " https://rust-numpy.github.io/rust-numpy/numpy"
@@ -14,7 +14,7 @@ libc = "0.2.44"
1414num-complex = " 0.2.1"
1515num-traits = " 0.2.6"
1616ndarray = " 0.12"
17- pyo3 = " 0.5.2 "
17+ pyo3 = " 0.5.3 "
1818
1919[features ]
2020# In default setting, python version is automatically detected
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ ndarray = "0.12"
1414ndarray-linalg = { version = " 0.10" , features = [" openblas" ] }
1515
1616[dependencies .pyo3 ]
17- version = " 0.5.2 "
17+ version = " 0.5.3 "
1818features = [" extension-module" ]
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ numpy = { path = "../.." }
1212ndarray = " 0.12"
1313
1414[dependencies .pyo3 ]
15- version = " 0.5.2 "
15+ version = " 0.5.3 "
1616features = [" extension-module" ]
You can’t perform that action at this time.
0 commit comments