From 8cf773c7ff713f3b609e3dde6bd17189ab5e82e2 Mon Sep 17 00:00:00 2001 From: JacobLiuDuck Date: Mon, 5 Jul 2021 13:11:29 +0800 Subject: [PATCH] Update requirements.txt Fix dependency versions to minimize incompatibility. --- requirements.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index ad004fd..bca63a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ -numpy -keras -pygame -tflearn -tensorflow -matplotlib \ No newline at end of file +numpy==1.14.5 +Keras==2.2.5 +pygame==2.0.1 +tflearn==0.3.2 +# You probably need to maunually install tensorflow 1. +tensorflow==1.10.0 +matplotlib==2.2.5