From 2cf09645d5bee848ed3d0084befe9c2cdb2d58b9 Mon Sep 17 00:00:00 2001 From: Hans Gaiser Date: Fri, 12 Oct 2018 14:33:43 +0200 Subject: [PATCH] Relax the Travis version requirements. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f566de02f..be9408198 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,10 @@ python: - '2.7' install: - pip install 'numpy>=1.14' - - pip install 'keras==2.2.2' + - pip install 'keras' - pip install 'opencv-python>=3.3.0' - pip install 'pillow' - - pip install 'tensorflow==1.10.0' + - pip install 'tensorflow' - pip install 'git+https://github.com/broadinstitute/keras-resnet' - pip install 'pytest-flake8' - pip install 'pytest-xdist'