Skip to content

Commit 9366be3

Browse files
authored
Update README.md to restrict TF versions
1 parent d223f3a commit 9366be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Package dependencies are
5757
'statsmodels>=0.9.0',
5858
'scipy>=1.0.1',
5959
```
60-
and should be installed automatically. To use the deep learning functionality, you will need to install [TensorFlow](https://www.tensorflow.org/install) v2.0.0 or later with [Keras](https://keras.io/2.16/api/) v2.
60+
and should be installed automatically. To use the deep learning functionality, you will need to install [TensorFlow](https://www.tensorflow.org/install) with version later than 2.0 and earlier than 2.12.
6161

6262
To install the latest *development* version, use the command
6363
```bash

0 commit comments

Comments
 (0)