From a2f563e85f6ddeb5f344ecf603fe86780940f729 Mon Sep 17 00:00:00 2001 From: Gui Castelao Date: Mon, 18 Mar 2024 09:49:49 -0600 Subject: [PATCH] fix: Restricting TensorFlow to < 2.16 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d22e39be..a9493f4a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "pytest>=5.2", "scipy>=1.0.0", "sphinx>=7.0", - "tensorflow>2.4", + "tensorflow>2.4,<2.16", "xarray>=2023.0", ]