diff --git a/.github/workflows/root-ci-config/buildconfig/alma10.txt b/.github/workflows/root-ci-config/buildconfig/alma10.txt index c30eb0fda694e..f80bf2ed44b84 100644 --- a/.github/workflows/root-ci-config/buildconfig/alma10.txt +++ b/.github/workflows/root-ci-config/buildconfig/alma10.txt @@ -2,5 +2,4 @@ builtin_vdt=ON builtin_zlib=ON builtin_zstd=ON ccache=ON -mysql=OFF tmva-sofie=ON diff --git a/.github/workflows/root-ci-config/buildconfig/global.txt b/.github/workflows/root-ci-config/buildconfig/global.txt index e57c87f3130b9..727d63ae9e348 100644 --- a/.github/workflows/root-ci-config/buildconfig/global.txt +++ b/.github/workflows/root-ci-config/buildconfig/global.txt @@ -95,7 +95,7 @@ testing=ON tmva-cpu=ON tmva-gpu=OFF tmva-cudnn=OFF -tmva-pymva=ON +tmva-pymva=OFF tmva-rmva=OFF tmva-sofie=OFF tmva=ON diff --git a/.github/workflows/root-ci-config/buildconfig/ubuntu2404-cuda.txt b/.github/workflows/root-ci-config/buildconfig/ubuntu2404-cuda.txt index 4549b7ec87ff4..04cc1cf59a9bd 100644 --- a/.github/workflows/root-ci-config/buildconfig/ubuntu2404-cuda.txt +++ b/.github/workflows/root-ci-config/buildconfig/ubuntu2404-cuda.txt @@ -6,7 +6,7 @@ tmva=ON tmva-cpu=ON tmva-gpu=ON tmva-cudnn=ON -tmva-pymva=ON +tmva-pymva=OFF fortran=OFF gdml=OFF mysql=OFF diff --git a/requirements.txt b/requirements.txt index 6567a95d4b841..401e5d91cd2b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,7 @@ onnx # TMVA: PyMVA interfaces scikit-learn tensorflow<2.16 ; python_version < "3.12" +tensorflow ; python_version < "3.13" # TensorFlow doesn't support Python 3.13 yet torch<2.5 ; python_version < "3.13" # no torch version that fullfills version constraint available for Python 3.13 xgboost