Skip to content

Commit

Permalink
update versions in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdebuyl committed May 23, 2019
1 parent d234c72 commit 11a1024
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ env:
- PYTHON_VERSION="3.5"
global:
- DISTRIB="conda"
NUMPY_VERSION="1.11" SCIPY_VERSION="0.19"
SCIKIT_LEARN_VERSION="0.18" MATPLOTLIB_VERSION="1.5"
SCIKIT_IMAGE_VERSION="0.12" SYMPY_VERSION="1.0"
STATSMODELS_VERSION="0.6" SEABORN_VERSION="0.7"
PANDAS_VERSION="0.18"
NUMPY_VERSION="1.14" SCIPY_VERSION="0.19"
SCIKIT_LEARN_VERSION="0.19" MATPLOTLIB_VERSION="2.2"
SCIKIT_IMAGE_VERSION="0.13" SYMPY_VERSION="1.3"
STATSMODELS_VERSION="0.8" SEABORN_VERSION="0.7"
PANDAS_VERSION="0.20"

install:
- source build_tools/install.sh
Expand Down

0 comments on commit 11a1024

Please sign in to comment.