Skip to content

Commit

Permalink
Revert "add tf 2.12 to quality-check matrix"
Browse files Browse the repository at this point in the history
This reverts commit a647edb.
  • Loading branch information
st-- committed Mar 28, 2023
1 parent 3c44f87 commit 070c88e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/quality-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
tensorflow: ["~=2.5.0", "~=2.6.0", "~=2.7.0", "~=2.8.0", "~=2.9.0", "~=2.10.0", "~=2.11.0", "~=2.12.0"]
tensorflow: ["~=2.5.0", "~=2.6.0", "~=2.7.0", "~=2.8.0", "~=2.9.0", "~=2.10.0", "~=2.11.0"]
include:
- tensorflow: "~=2.5.0"
keras: "~=2.6.0"
Expand All @@ -45,9 +45,6 @@ jobs:
- tensorflow: "~=2.11.0"
keras: "~=2.11.0"
tensorflow-probability: "~=0.19.0"
- tensorflow: "~=2.12.0"
keras: "~=2.12.0"
tensorflow-probability: "~=0.19.0" # sic
exclude:
# These older versions of TensorFlow don't work with Python 3.10:
- python-version: "3.10"
Expand Down

0 comments on commit 070c88e

Please sign in to comment.