diff --git a/tox.ini b/tox.ini index 8ee7a1b..ed3a590 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {py3}-tensorflow-{2.9,2.10,2.11,2.12,2.13,2.14,2.15,2.16,2.17} +envlist = {py3}-tensorflow-{2.15,2.16,2.17} [testenv] setenv = @@ -7,12 +7,6 @@ setenv = deps = pytest -rrequirements.txt -rexamples/examples-requirements.txt - tensorflow-2.9: tensorflow==2.9 - tensorflow-2.10: tensorflow==2.10 - 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.15: tensorflow==2.15 tensorflow-2.16: tensorflow==2.16 tensorflow-2.17: tensorflow==2.17