Skip to content

Commit 6499cca

Browse files
committed
Re-export nalgebra as we do for ndarray and pyo3 if the optional dependency is enabled.
1 parent 3c6c21f commit 6499cca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ mod sum_products;
4949
pub use ndarray;
5050
pub use pyo3;
5151

52+
#[cfg(feature = "nalgebra")]
53+
pub use nalgebra;
54+
5255
pub use crate::array::{
5356
get_array_module, PyArray, PyArray0, PyArray1, PyArray2, PyArray3, PyArray4, PyArray5,
5457
PyArray6, PyArrayDyn,

0 commit comments

Comments
 (0)