From f4dbe42c4b677ff74ba86a3a6e5373da693981a9 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Thu, 20 May 2021 11:25:17 +0100 Subject: [PATCH] tests: fix keras - vis https://github.com/keras-team/keras/issues/14632 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4d83144cb..1bb3f22c9 100644 --- a/tox.ini +++ b/tox.ini @@ -35,7 +35,7 @@ deps= pandas keras: keras py3{6,7,8,9}: rich - tf: tensorflow + tf: tensorflow!=2.5.0 commands= py3{6,7,8,9}: pytest --cov=tqdm --cov-report= tests_notebook.ipynb --nbval --current-env -W=ignore --sanitize-with=setup.cfg pytest --cov=tqdm --cov-report=xml --cov-report=term --cov-append -k "not perf"