Skip to content

Commit e0c2052

Browse files
vepadulanoguitargeek
authored andcommitted
[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 7e3c0d8 commit e0c2052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
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)