Skip to content

Commit

Permalink
Document TF 2.5 and Python 3.9 compatibility (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeiger authored May 5, 2021
1 parent 1869120 commit b8179bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
tf-version: [1.15.5, 2.0.4, 2.1.3, 2.2.2, 2.3.2, 2.4.1, 2.5.0rc0]
tf-version: [1.15.5, 2.0.4, 2.1.3, 2.2.2, 2.3.2, 2.4.1, 2.5.0rc2]
python-version: [3.7]
include:
- tf-version: 2.4.1
python-version: 3.6
- tf-version: 2.4.1
python-version: 3.8
- tf-version: 2.5.0rc0
- tf-version: 2.5.0rc2
python-version: 3.9
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ For more information, see [larq.dev/zoo](https://docs.larq.dev/zoo/).

Before installing Larq Zoo, please install:

- [Python](https://python.org) version `3.6`, `3.7` or `3.8`
- [Tensorflow](https://www.tensorflow.org/install) version `1.15`, `2.0`, `2.1`, `2.2`, `2.3`, or `2.4`
- [Python](https://python.org) version `3.6`, `3.7`, `3.8`, or `3.9`
- [Tensorflow](https://www.tensorflow.org/install) version `1.15`, `2.0`, `2.1`, `2.2`, `2.3`, `2.4`, or `2.5`

## Installation

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def readme():
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
Expand Down

0 comments on commit b8179bb

Please sign in to comment.