Skip to content

Commit 6f44559

Browse files
authored
Update ABI compatibility (#2309)
1 parent 7ab4235 commit 6f44559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow_addons/utils/resource_loader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
import tensorflow as tf
2222

23-
MIN_TF_VERSION_FOR_ABI_COMPATIBILITY = "2.3.0"
24-
MAX_TF_VERSION_FOR_ABI_COMPATIBILITY = "2.4.0"
23+
MIN_TF_VERSION_FOR_ABI_COMPATIBILITY = "2.4.0"
24+
MAX_TF_VERSION_FOR_ABI_COMPATIBILITY = "2.5.0"
2525
abi_warning_already_raised = False
2626
SKIP_CUSTOM_OPS = False
2727

0 commit comments

Comments
 (0)