diff --git a/tox.ini b/tox.ini index 8aff38a..d7e12d5 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ deps = -rexamples/examples-requirements.txt tensorflow-2.11: tensorflow==2.11 tensorflow-2.12: tensorflow==2.12 tensorflow-2.13: tensorflow==2.13 - tensorflow=2.14: tensorflow==2.14 + tensorflow-2.14: tensorflow==2.14 changedir = examples commands = pylint --disable=R,C,W,E1136,E0401 ../attention python example-attention.py