We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab4235 commit 6f44559Copy full SHA for 6f44559
tensorflow_addons/utils/resource_loader.py
@@ -20,8 +20,8 @@
20
21
import tensorflow as tf
22
23
-MIN_TF_VERSION_FOR_ABI_COMPATIBILITY = "2.3.0"
24
-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"
25
abi_warning_already_raised = False
26
SKIP_CUSTOM_OPS = False
27
0 commit comments