From f30dcf891086a48ad8ba1f0533d845c356c99ca9 Mon Sep 17 00:00:00 2001 From: Laura Palamara Nazzaro Date: Mon, 5 Aug 2024 13:05:55 -0400 Subject: [PATCH] remove numpy version requirement, add xarray --- requirements_dev.txt | 3 ++- setup.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 429bfda..5ab982c 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,6 +2,7 @@ cartopy matplotlib cmocean oceans -numpy<2.0 +numpy +xarray jupyterlab nb_conda_kernels \ No newline at end of file diff --git a/setup.py b/setup.py index 074a8d4..b681775 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,8 @@ "matplotlib", "cmocean", "oceans", - "numpy<2.0", + "numpy", + "xarray", "erddapy" ]