From 5d5808ceaabe5c3bde54538ddfada6f8a6846deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BC=D0=B0?= <43295090+TVGneRd@users.noreply.github.com> Date: Mon, 9 Nov 2020 16:08:37 +0300 Subject: [PATCH] Specified the tensorflow version The tensorflow version is not compatible with this project while stable-baselines is not compatible with Tensorflow 2. --- requirements.no-gpu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.no-gpu.txt b/requirements.no-gpu.txt index 72d14c5..1bdc62d 100644 --- a/requirements.no-gpu.txt +++ b/requirements.no-gpu.txt @@ -1,2 +1,2 @@ -r requirements.base.txt -tensorflow +tensorflow==1.14