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