Skip to content

Commit

Permalink
Update README.md to restrict TF versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury authored May 18, 2024
1 parent d223f3a commit 9366be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Package dependencies are
'statsmodels>=0.9.0',
'scipy>=1.0.1',
```
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.
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.

To install the latest *development* version, use the command
```bash
Expand Down

0 comments on commit 9366be3

Please sign in to comment.