We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad8d3d commit 12af470Copy full SHA for 12af470
3 files changed
.travis.yml
@@ -10,6 +10,7 @@ before_install:
10
- conda update --yes conda
11
install:
12
- conda install --yes python=$TRAVIS_PYTHON_VERSION
13
+ - conda install -c conda-forge --yes jupyter notebook ipywidgets ipyparallel
14
- conda config --add channels https://conda.anaconda.org/exaanalytics
15
- conda install --yes exa
16
- pip install sphinxcontrib-autoanysrc coverage codecov python-coveralls
meta.yaml
@@ -13,7 +13,7 @@ requirements:
- scipy
- matplotlib
- sqlalchemy
- - pandas >=0.18.1
+ - pandas
17
- networkx
18
- sympy
19
- seaborn
requirements.txt
@@ -1,2 +1,2 @@
1
sphinxcontrib-autoanysrc
2
-exa>=0.2.13
+exa
0 commit comments