Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Nov 17, 2017
1 parent f231013 commit 2ec6aa1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
11 changes: 1 addition & 10 deletions ci/requirements-3.6.run
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,5 @@ python-snappy
fastparquet
beautifulsoup4
s3fs
ipython

# downstream
xarray
geopandas
seaborn
pandas_gbq
pandas_datareader
statsmodels
scikit-learn
dask
ipython
9 changes: 9 additions & 0 deletions ci/requirements-3.6.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

source activate pandas

echo "[install 3.6 downstream deps]"

pip install pandas_gbq pandas_datareader

conda install -n pandas -c conda-forge xarray geopandas seaborn statsmodels scikit-learn dask

0 comments on commit 2ec6aa1

Please sign in to comment.