From 112422300cdcc340ae0974bda2af76d7e5943bf7 Mon Sep 17 00:00:00 2001 From: Benjamin Chess Date: Fri, 7 Jun 2019 14:59:16 -0700 Subject: [PATCH] enforce tensorflow 1.x --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6dc1373be..4ed926ae9 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ 'psutil', 'scipy', 'seaborn==0.8.1', - 'tensorflow>=1.8.0', + 'tensorflow>=1.8.0,<2.0', 'tqdm' ], description="Teaching tools for introducing people to deep RL.",