Skip to content

Commit

Permalink
latest TF 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperemy committed Aug 7, 2023
1 parent ad0650d commit d9f77f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = {py3}-tensorflow-{2.8,2.9,2.10,2.11}
envlist = {py3}-tensorflow-{2.8,2.9,2.10,2.11,2.12,2.13}

[testenv]
setenv =
Expand All @@ -11,6 +11,8 @@ deps = -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
changedir = examples
commands = pylint --disable=R,C,W,E1136,E0401 ../attention
python example-attention.py
Expand Down

0 comments on commit d9f77f8

Please sign in to comment.