From 7e875972e15f5555b929f0911acf7c3851bb6b0a Mon Sep 17 00:00:00 2001 From: Jamie Morton Date: Mon, 18 Nov 2019 17:09:33 -0500 Subject: [PATCH] Dependency cap on TF (#105) * TST: fixing orientation of ranks in heatmaps * version bump * adjusting spacing in heatmap * Adding option to row center conditional probs when visualizing * flake8 * TF dependency --- ci/conda_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/conda_requirements.txt b/ci/conda_requirements.txt index ea48dab..23e2d14 100644 --- a/ci/conda_requirements.txt +++ b/ci/conda_requirements.txt @@ -2,7 +2,7 @@ biom-format nose scikit-bio >0.5.1 tqdm -tensorflow >1.2 +tensorflow <=1.14 coveralls pycodestyle flake8