From e5fb5107b4fa513d2b337cd1812a4b931181b674 Mon Sep 17 00:00:00 2001 From: James Byrne Date: Sat, 16 Mar 2024 15:06:05 +0000 Subject: [PATCH] Dev #229: changing the xarray version until 3.8 deprecation is dealt with --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4f4bb2..8e7ca51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "tensorflow", "tensorflow-probability", "wheel", - "xarray[io]" + "xarray[io]<2013.1.0" ] classifiers = [ "Development Status :: 3",