From 1684097bec16997a8c84b635bdc8f0062447cdb6 Mon Sep 17 00:00:00 2001 From: Gaurav Gupta <47334368+gaugup@users.noreply.github.com> Date: Fri, 29 Sep 2023 15:35:38 -0700 Subject: [PATCH] Update requirements-dev.txt to pin tensorflow below 2.14.0 Signed-off-by: Gaurav Gupta <47334368+gaugup@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d9c1c7d5..a4ba57ed 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ xmlrunner mlflow -tensorflow +tensorflow<2.14.0 hdbscan lightgbm xgboost