Skip to content

Commit

Permalink
change TF env list
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperemy committed Aug 13, 2024
1 parent ee8cd94 commit e0a9620
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0a9620

Please sign in to comment.