Skip to content

Commit e751b2b

Browse files
committed
Re-export PyO3 to make it easier for dependent crates to end up with matching PyO3 versions.
1 parent 6275f48 commit e751b2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ mod slice_container;
4040
mod sum_products;
4141

4242
pub use ndarray;
43+
pub use pyo3;
4344

4445
pub use crate::array::{
4546
get_array_module, PyArray, PyArray0, PyArray1, PyArray2, PyArray3, PyArray4, PyArray5,

0 commit comments

Comments
 (0)