From e103bc8b05652753432f9178b0f4dbcb1d159ce5 Mon Sep 17 00:00:00 2001 From: Liu Qi Date: Tue, 29 Jan 2019 11:23:01 +0800 Subject: [PATCH] Add version information for the packages in travis CI (#334) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 519ee14c..629ee5bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew cask install android-platform-tools; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update; sudo apt-get install -y --no-install-recommends android-tools-adb; fi - sudo $PIP install setuptools - - sudo $PIP install -I "tensorflow==1.8.0" "numpy==1.14.2" "sh==1.12.14" "pycodestyle==2.4.0" filelock scipy jinja2 pyyaml + - sudo $PIP install -I "tensorflow==1.8.0" "numpy==1.14.2" "sh==1.12.14" "pycodestyle==2.4.0" "pyyaml==3.12" "jinja2==2.10" "filelock==3.0.0" "scipy==1.0.0" jobs: include: -- GitLab