Skip to content

Commit 2331028

Browse files
committed
[travis] remove old-version pinning for numpy and scipy
1 parent aabad2f commit 2331028

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ before_install:
2626
- conda config --set always_yes yes --set changeps1 no
2727
- conda update -q conda
2828
- conda info -a
29-
# Should remove the numpy/scipy rules here ASAP, as soon as
30-
# numpy 1.10.2 and scipy 0.16.1 are in conda.
31-
- conda create -q -n testenv python=$TRAVIS_PYTHON_VERSION numpy==1.9.2 scipy==0.15.1 coverage nose pip
29+
- conda create -q -n testenv python=$TRAVIS_PYTHON_VERSION numpy scipy coverage nose pip
3230
- source activate testenv
3331
- conda install pandas${PANDAS_VERSION_STR}
3432
install:

0 commit comments

Comments
 (0)