From d617021e5e0a8955664fa0487abc31c0ddc8b6d9 Mon Sep 17 00:00:00 2001 From: l-hernandez-acosta Date: Mon, 13 Dec 2021 19:51:38 +0100 Subject: [PATCH] add tensorflow 1.13.1 to force update into docker build and fix de execution issue "AttributeError: module 'tensorflow' has no attribute 'sort'" --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 2cc521d5e..2c56d412f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ fire>=0.1.3 regex==2017.4.5 requests==2.21.0 tqdm==4.31.1 +tensorflow==1.13.1 \ No newline at end of file