From 2a65492de021ddb7631d3b749203072dc2bf22f5 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 15 Feb 2017 14:41:22 -0600 Subject: [PATCH] update to tensorflow 1.0.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 639a33e..e2ade98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy pytest - source activate test-environment - easy_install --upgrade six - - pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.1-cp27-none-linux_x86_64.whl + - pip install --upgrade tensorflow==1.0.0 - pip install -r requirements.txt