From 549e188160f50b5f446eac228b0974f2ec642dea Mon Sep 17 00:00:00 2001 From: "Parker A. Williams" Date: Thu, 19 Apr 2018 08:40:04 -0700 Subject: [PATCH] Updated requirements.txt as follows: keras 2.1.2 to keras2.1.5 tensorflow 1.4.0 to tensorflow 1.7.0 numpy 1.13.1 to numpy 1.14.2 scipy 1.0.0 to scipy 1.0.1 To remove errors when running commands. --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4531a0c..0b9a18e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -Keras==2.1.2 -tensorflow==1.4.0 +Keras==2.1.5 +tensorflow==1.7.0 nltk==3.2.5 opencv-python==3.3.0.10 -numpy==1.13.1 +numpy==1.14.2 h5py==2.7.1 matplotlib==2.0.2 Pillow==4.3.0 tqdm==4.17.1 -scipy==1.0.0 \ No newline at end of file +scipy==1.0.1 \ No newline at end of file