From 2f423762b3de0eea909107f51f066819dda8de2e Mon Sep 17 00:00:00 2001 From: MARCHAND MANON Date: Tue, 15 Oct 2024 15:32:05 +0200 Subject: [PATCH] maint: bump ndarray to 0.16 --- Cargo.toml | 2 +- src/lib.rs | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5af6460..885501b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/src/lib.rs b/src/lib.rs index 81241ea..c4912e4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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::{