Skip to content

Commit

Permalink
Merge pull request #1824 from ElDeveloper/new-pandas
Browse files Browse the repository at this point in the history
BLD: New pandas 🐼
  • Loading branch information
josenavas committed May 11, 2016
2 parents 4d92725 + c8fe5f3 commit 89b6a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install:
# when intalling scikit-bio
- travis_retry conda create --yes -n env_name python=$PYTHON_VERSION pip nose flake8
pyzmq networkx pyparsing natsort mock future libgfortran seaborn
'pandas>=0.15' 'matplotlib>=1.1.0' 'scipy>0.13.0' 'numpy>=1.7' 'h5py>=2.3.1'
'pandas>=0.18' 'matplotlib>=1.1.0' 'scipy>0.13.0' 'numpy>=1.7' 'h5py>=2.3.1'
- source activate env_name
- pip install sphinx sphinx-bootstrap-theme coveralls ipython[all]==2.4.1
- travis_retry pip install .
Expand Down

0 comments on commit 89b6a5e

Please sign in to comment.