Skip to content

Commit

Permalink
Update minimum requirements to Python 3.7+ in README (#714)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Foley <psfoley@gmail.com>
  • Loading branch information
psfoley authored Jan 25, 2023
1 parent 20ddd1c commit e099e28
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 @@ -45,7 +45,7 @@ Check out the [online documentation](https://openfl.readthedocs.io/en/latest/ind
## Requirements

- Ubuntu Linux 16.04 or 18.04.
- Python 3.6+ (recommended to use with [Virtualenv](https://virtualenv.pypa.io/en/latest/)).
- Python 3.7+ (recommended to use with [Virtualenv](https://virtualenv.pypa.io/en/latest/)).

OpenFL supports training with TensorFlow 2+ or PyTorch 1.3+ which should be installed separately. User can extend the list of supported Deep Learning frameworks if needed.

Expand Down

0 comments on commit e099e28

Please sign in to comment.