Skip to content

Commit

Permalink
fixup! Add support for TensorFlow 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Apr 12, 2024
1 parent cf5b7ac commit 0c87ead
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
tf-version: tensorflow~=2.6.0
python-version: "3.8"
coverage-name: oldest
- script: test
tf-version: tensorflow~=2.9.0
coverage-name: tf-2.9
- script: test
tf-version: tensorflow~=2.13.0
coverage-name: tf-2.13
- script: docs
tf-version: tensorflow[and-cuda]==2.16.1
python-version: "3.9"
Expand Down

0 comments on commit 0c87ead

Please sign in to comment.