Skip to content

Commit

Permalink
fix: deprecated tf==2.2, now tf >= 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Jan 29, 2023
1 parent e55ba29 commit 84f1893
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ jobs:
# max-parallel: 10
matrix:
include:
- os: ubuntu-18
python-version: 3.6
tf-version: 2.2.0

- os: ubuntu-18
python-version: 3.6
tf-version: 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

**GradientAccumulator** was developed by SINTEF Health due to the lack of an easy-to-use method for gradient accumulation in TensorFlow 2.

The package is available on PyPI and is compatible with and have been tested against TF >= 2.2 and Python >= 3.6 (tested with 3.6-3.10), and works cross-platform (Ubuntu, Windows, macOS).
The package is available on PyPI and is compatible with and have been tested against TF >= 2.3 and Python >= 3.6 (tested with 3.6-3.10), and works cross-platform (Ubuntu, Windows, macOS).
</div>

## What?
Expand Down

0 comments on commit 84f1893

Please sign in to comment.