Skip to content

Commit

Permalink
Update ABI compatibility (#2309)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpmorgan authored Dec 21, 2020
1 parent 7ab4235 commit 6f44559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow_addons/utils/resource_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

import tensorflow as tf

MIN_TF_VERSION_FOR_ABI_COMPATIBILITY = "2.3.0"
MAX_TF_VERSION_FOR_ABI_COMPATIBILITY = "2.4.0"
MIN_TF_VERSION_FOR_ABI_COMPATIBILITY = "2.4.0"
MAX_TF_VERSION_FOR_ABI_COMPATIBILITY = "2.5.0"
abi_warning_already_raised = False
SKIP_CUSTOM_OPS = False

Expand Down

0 comments on commit 6f44559

Please sign in to comment.