We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f231013 commit 2ec6aa1Copy full SHA for 2ec6aa1
ci/requirements-3.6.run
@@ -21,14 +21,5 @@ python-snappy
21
fastparquet
22
beautifulsoup4
23
s3fs
24
-ipython
25
-
26
-# downstream
27
xarray
28
-geopandas
29
-seaborn
30
-pandas_gbq
31
-pandas_datareader
32
-statsmodels
33
-scikit-learn
34
-dask
+ipython
ci/requirements-3.6.sh
@@ -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