Skip to content

Commit

Permalink
[TMVA] Enforce supported version of TensorFlow
Browse files Browse the repository at this point in the history
We do not support Tensorflow >2.15 since Keras 3.x brings several breaking changes keras-team/keras#18467
  • Loading branch information
vepadulano authored and guitargeek committed Apr 20, 2024
1 parent f2fc227 commit e2897c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -5,7 +5,7 @@
numpy>=1.4.1
scikit-learn
xgboost
tensorflow
tensorflow<2.16
torch

# PyROOT: ROOT.Numba.Declare decorator
Expand Down

0 comments on commit e2897c1

Please sign in to comment.