File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- - Unreleased
3+ - v0.13.0
44 - Bump num-complex to 0.3
55 - Bump ndarray to 0.14
66 - Bump pyo3 to 0.13
Original file line number Diff line number Diff line change 11[package ]
22name = " numpy"
3- version = " 0.12.2 "
3+ version = " 0.13.0 "
44authors = [" Toshiki Teramura <toshiki.teramura@gmail.com>" , " Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>" ]
55description = " Rust binding of NumPy C-API"
66documentation = " https://pyo3.github.io/rust-numpy/numpy"
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ using [setuptools-rust](https://github.com/PyO3/setuptools-rust).
5454name = " numpy-test"
5555
5656[dependencies ]
57- pyo3 = " 0.12 "
58- numpy = " 0.12 "
57+ pyo3 = " 0.13 "
58+ numpy = " 0.13 "
5959```
6060
6161``` rust
@@ -91,11 +91,11 @@ name = "rust_ext"
9191crate-type = [" cdylib" ]
9292
9393[dependencies ]
94- numpy = " 0.12 "
95- ndarray = " 0.13 "
94+ numpy = " 0.13 "
95+ ndarray = " 0.14 "
9696
9797[dependencies .pyo3 ]
98- version = " 0.12 "
98+ version = " 0.13 "
9999features = [" extension-module" ]
100100```
101101
You can’t perform that action at this time.
0 commit comments