From e0a9620bc18515dcd55a447e6adbcbffe362ecb1 Mon Sep 17 00:00:00 2001 From: philipperemy Date: Tue, 13 Aug 2024 12:24:06 -0700 Subject: [PATCH] change TF env list --- tox.ini | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index ed052f1..cc857a5 100644 --- a/tox.ini +++ b/tox.ini @@ -8,13 +8,9 @@ deps = pytest pylint flake8 -rrequirements.txt - tensorflow-2.7: tensorflow==2.7 - tensorflow-2.8: tensorflow==2.8 - 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.15: tensorflow==2.15 + tensorflow-2.16: tensorflow==2.16 changedir = tasks/ commands = pylint --disable=R,C,W,E1136 ../tcn flake8 ../tcn --count --select=E9,F63,F7,F82 --show-source --statistics