From 4aeda2053a2306c8a738a8dd90509da86bd5548d Mon Sep 17 00:00:00 2001 From: keep9oing Date: Thu, 31 Oct 2019 22:19:21 +0900 Subject: [PATCH] requirement.txt modified for reliability --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8f6d5c8..8a496ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -Keras>=2.0.3 +Keras==2.0.3 numpy>=1.12.1 -pandas>=0.19.2 -matplotlib>=2.0.0 -tensorflow>=1.0.0 -Pillow>=4.1.0 -gym>=0.8.1 +pandas==0.19.2 +matplotlib==2.0.0 +tensorflow==1.0.0 +Pillow==4.1.0 +gym==0.8.1 h5py -scikit-image>=0.13.0 +scikit-image==0.13.0