From d69114c65eeb37a8b052b9f54f09268e506f0e95 Mon Sep 17 00:00:00 2001 From: Vincenzo Eduardo Padulano Date: Fri, 19 Apr 2024 08:10:28 -0500 Subject: [PATCH] [TMVA] Enforce supported version of TensorFlow We do not support Tensorflow >2.15 since Keras 3.x brings several breaking changes https://github.com/keras-team/keras/issues/18467 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ed012035d900..401b2d4d3358d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ numpy>=1.4.1 scikit-learn xgboost -tensorflow +tensorflow<2.16 torch # PyROOT: ROOT.Numba.Declare decorator