Skip to content

Commit 2ec6aa1

Browse files
committed
update
1 parent f231013 commit 2ec6aa1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

ci/requirements-3.6.run

+1-10
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,5 @@ python-snappy
2121
fastparquet
2222
beautifulsoup4
2323
s3fs
24-
ipython
25-
26-
# downstream
2724
xarray
28-
geopandas
29-
seaborn
30-
pandas_gbq
31-
pandas_datareader
32-
statsmodels
33-
scikit-learn
34-
dask
25+
ipython

ci/requirements-3.6.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
source activate pandas
4+
5+
echo "[install 3.6 downstream deps]"
6+
7+
pip install pandas_gbq pandas_datareader
8+
9+
conda install -n pandas -c conda-forge xarray geopandas seaborn statsmodels scikit-learn dask

0 commit comments

Comments
 (0)