Skip to content

Commit 3257fd9

Browse files
committed
Re-export ndarray to avoid having to specify the correct version in downstream crates.
1 parent 0ffe035 commit 3257fd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ mod readonly;
4545
mod slice_box;
4646
mod sum_products;
4747

48+
pub use ndarray;
49+
4850
pub use crate::array::{
4951
get_array_module, PyArray, PyArray0, PyArray1, PyArray2, PyArray3, PyArray4, PyArray5,
5052
PyArray6, PyArrayDyn,

0 commit comments

Comments
 (0)