From df6b16c7f6e5533f0d38e51fb8fb3abcea02419b Mon Sep 17 00:00:00 2001 From: Harald Schafer Date: Tue, 21 Jan 2020 14:28:11 -0800 Subject: [PATCH] tf 2.1 has issues --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 1571803efc..66d681c24c 100644 --- a/Pipfile +++ b/Pipfile @@ -53,7 +53,7 @@ redis = "*" scikit-image = "*" "subprocess32" = "*" tenacity = "*" -tensorflow-gpu = "" +tensorflow-gpu = "==2.0" PyJWT = "==1.4.1" PyMySQL = "==0.9.2" Werkzeug = "*"