From a529c0bb79e9fe8ccb6f9f244af46c6a06e5ecb9 Mon Sep 17 00:00:00 2001 From: Mainak Jas Date: Sun, 16 Sep 2018 19:08:36 -0400 Subject: [PATCH] Bump up version of packages --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd544f61..739ddcf8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ before_install: install: - conda create -n testenv --yes pip python=${PYTHON_VERSION} - source activate testenv - - conda install --yes --quiet numpy=1.12 scipy=0.19 scikit-learn=0.18 matplotlib + - conda install --yes --quiet numpy scipy scikit-learn matplotlib - conda install --yes --quiet nose coverage - pip install -q flake8 mne check-manifest - pip install coverage coveralls