From f4bd00a592b57c432e33cc3b59af741f2cde4f81 Mon Sep 17 00:00:00 2001 From: James Byrne Date: Sat, 16 Mar 2024 15:19:37 +0000 Subject: [PATCH] Fixes #229: Pinning xarray to avoid issues with underlying call to pandas --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 899b469e..984a78f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,7 @@ ibicus matplotlib motuclient netcdf4 +pandas<2 plotly pip pydap @@ -22,4 +23,4 @@ tensorboard tensorflow tensorflow-probability wheel -xarray[io] +xarray[io]<2023.2.0