Skip to content

Commit 0756b9f

Browse files
committed
add a warning about keras requirements to the docs
1 parent 11f5367 commit 0756b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/libraries/keras.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Keras_ is "a high-level neural networks API, written in Python and capable of ru
88
Keras can be used for many Machine Learning tasks, and it has support for both popular
99
and experimental neural network architectures.
1010

11-
Note: only TensorFlow 1.x is supported, recommended Keras version is 2.3.1 or earlier.
11+
Note: only TensorFlow 1.x is supported, recommended Keras version is 2.3.1 or earlier, and eli5 version 0.13 or earlier, as you can't install TensorFlow 1.x on Python 3.9+ which is required for eli5 0.14+
1212

1313
.. _Keras: https://keras.io/
1414

0 commit comments

Comments
 (0)