From fb34af31fcbc82f0141b2e19b56879eb8e9f21db Mon Sep 17 00:00:00 2001 From: James Byrne Date: Mon, 18 Mar 2024 23:40:42 +0000 Subject: [PATCH] Updating versioning of dependencies --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e7ca51..ba61135 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ dependencies = [ "matplotlib", "motuclient", "netcdf4", + "pandas<2", "plotly", "pip", "pydap", @@ -38,7 +39,7 @@ dependencies = [ "tensorflow", "tensorflow-probability", "wheel", - "xarray[io]<2013.1.0" + "xarray[io]<2013.2.0" ] classifiers = [ "Development Status :: 3",