Skip to content

Commit

Permalink
maint: bump ndarray to 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Oct 15, 2024
1 parent 5a60ea3 commit 2f42376
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ version = "0.22"
features = ["extension-module"]

[dependencies.ndarray]
version = "0.15.6"
version = "0.16"
default-features = false # do not include the default features, and optionally
# cherry-pick individual features
features = ["rayon"]
Expand Down
9 changes: 0 additions & 9 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
extern crate healpix;

extern crate rayon;

extern crate ndarray;

extern crate numpy;
extern crate pyo3;

use ndarray::{Array1, Zip};
use numpy::{IntoPyArray, PyArray1, PyArrayDyn, PyArrayMethods, PyReadonlyArrayDyn};
use pyo3::{
Expand Down

0 comments on commit 2f42376

Please sign in to comment.