Skip to content

Commit 12af470

Browse files
committed
Updated build config
1 parent 9ad8d3d commit 12af470

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ before_install:
1010
- conda update --yes conda
1111
install:
1212
- conda install --yes python=$TRAVIS_PYTHON_VERSION
13+
- conda install -c conda-forge --yes jupyter notebook ipywidgets ipyparallel
1314
- conda config --add channels https://conda.anaconda.org/exaanalytics
1415
- conda install --yes exa
1516
- pip install sphinxcontrib-autoanysrc coverage codecov python-coveralls

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requirements:
1313
- scipy
1414
- matplotlib
1515
- sqlalchemy
16-
- pandas >=0.18.1
16+
- pandas
1717
- networkx
1818
- sympy
1919
- seaborn

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
sphinxcontrib-autoanysrc
2-
exa>=0.2.13
2+
exa

0 commit comments

Comments
 (0)