Skip to content

Commit dc1b0a9

Browse files
vepadulanosftnight
authored and
sftnight
committed
[TMVA] Enforce supported version of TensorFlow
We do not support Tensorflow >2.15 since Keras 3.x brings several breaking changes keras-team/keras#18467
1 parent 2ac7d86 commit dc1b0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
numpy>=1.4.1
66
scikit-learn
77
xgboost
8-
tensorflow
8+
tensorflow<2.16
99
torch
1010

1111
# PyROOT: ROOT.Numba.Declare decorator

0 commit comments

Comments
 (0)