From 2f4ae45ef6f88031d52bbbb73fffa80ec0f0dec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20R=C3=A9my?= Date: Sat, 30 Sep 2023 12:00:19 +0700 Subject: [PATCH] Update tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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