Skip to content

Commit 73d32af

Browse files
committed
pip install numdifftools after other conda packages to avoid pip installing of numpy and scipy.
1 parent 24df99e commit 73d32af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ before_install:
1515
install:
1616
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
1717
- source activate testenv
18-
- conda install --yes ipython==1.1.0 pyzmq numpy scipy nose matplotlib pandas numdifftools Cython scikits.sparse patsy statsmodels
18+
- conda install --yes ipython==1.1.0 pyzmq numpy scipy nose matplotlib pandas Cython scikits.sparse patsy statsmodels
19+
- pip install --no-deps numdifftools
1920
- pip install git+https://github.com/Theano/Theano.git
2021
- python setup.py build_ext --inplace
2122
- pip install git+https://github.com/mahmoudimus/nose-timer.git

0 commit comments

Comments
 (0)