From 64b2ac73e46127be325c7e8495ecebb80c7fa039 Mon Sep 17 00:00:00 2001 From: Bertrand Bellenot Date: Thu, 30 Apr 2026 15:36:54 +0200 Subject: [PATCH] [cmake] Add missing dependencies on tensorflow --- tutorials/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt index e39dff83e10d2..4382512d39ce9 100644 --- a/tutorials/CMakeLists.txt +++ b/tutorials/CMakeLists.txt @@ -953,6 +953,8 @@ if(pyroot) file(GLOB requires_tensorflow RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} machine_learning/ml_dataloader_TensorFlow.py machine_learning/TMVA_CNN_Classification.py + machine_learning/TMVA_RNN_Classification.py + machine_learning/TMVA_Higgs_Classification.py ) file(GLOB requires_matplotlib RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}