From 89d393d3579d98f71ce078ccc65d8590b5e5d380 Mon Sep 17 00:00:00 2001 From: sortega87 Date: Wed, 23 Jul 2025 14:36:22 +0200 Subject: [PATCH] Update pyproject.toml to include healpy --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7b916bf..0faa6a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ dependencies = [ "pandas", "shapely", "xarray", + "healpy" ] description = "Wheeler and Kiladis Wavenumber-Frequency Analysis in Python" requires-python = ">=3.10"