Skip to content

Commit

Permalink
latest TF 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperemy authored Aug 7, 2023
1 parent aac183c commit e29bdb9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[tox]
envlist = {py3}-tensorflow-{2.3.0,2.4.0,2.5.0,2.6.2,2.7.0,2.8.0,2.9.0,2.10.0}
envlist = {py3}-tensorflow-{2.6,2.7,2.8,2.9,2.10,2.11,2.12,2.13}

[testenv]
setenv =
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
deps = pytest
-rrequirements.txt
-rexamples/examples-requirements.txt
tensorflow-2.3.0: tensorflow==2.3.0
tensorflow-2.4.0: tensorflow==2.4.0
tensorflow-2.5.0: tensorflow==2.5.0
tensorflow-2.6.2: tensorflow==2.6.2
tensorflow-2.7.0: tensorflow==2.7.0
tensorflow-2.8.0: tensorflow==2.8.0
tensorflow-2.9.0: tensorflow==2.9.0
tensorflow-2.10.0: tensorflow==2.10.0
tensorflow-2.6: tensorflow==2.6
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
changedir = examples
commands = python recurrent.py
python multi_inputs.py
Expand Down

0 comments on commit e29bdb9

Please sign in to comment.