From 9fee0ede42b2d7c5997dc3c5e968509b6939ef3c Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:40:14 +1300 Subject: [PATCH] :heavy_plus_sign: Add xarray N-D labeled arrays and datasets in Python! --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3f9b75b..a8bcc1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ classifiers = [ ] dependencies = [ "numpy>=1.23", + "xarray>=2022.6.0", ] dynamic = ["version"]