Skip to content

Commit 1240f1e

Browse files
committed
WIP gcsfs
1 parent bb095a6 commit 1240f1e

18 files changed

+60
-5
lines changed

ci/check_imports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
blacklist = {
77
'bs4',
8+
'gcsfs',
89
'html5lib',
910
'ipython',
1011
'jinja2'

ci/requirements-2.7.run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ patsy
1818
pymysql=0.6.3
1919
jinja2=2.8
2020
xarray=0.8.0
21+
gcsfs

ci/requirements-2.7_WIN.run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ bottleneck
1616
html5lib
1717
beautifulsoup4
1818
jinja2=2.8
19+
gcsfs

ci/requirements-3.5.run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ psycopg2
1818
s3fs
1919
beautifulsoup4
2020
ipython
21+
gcsfs

ci/requirements-3.5_OSX.run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ bottleneck
1414
xarray
1515
s3fs
1616
beautifulsoup4
17+
gcsfs

ci/requirements-3.6.run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ beautifulsoup4
2323
s3fs
2424
xarray
2525
ipython
26+
gcsfs

ci/requirements-3.6_LOCALE.run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ beautifulsoup4
2020
s3fs
2121
xarray
2222
ipython
23+
gcsfs

ci/requirements-3.6_LOCALE_SLOW.run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ beautifulsoup4
2020
s3fs
2121
xarray
2222
ipython
23+
gcsfs

ci/requirements-3.6_SLOW.run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ psycopg2
1717
pymysql
1818
html5lib
1919
beautifulsoup4
20+
gcsfs

ci/requirements-optional-conda.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ blosc
33
bottleneck
44
fastparquet
55
feather-format
6+
gcsfs
67
html5lib
78
ipython
89
ipykernel

0 commit comments

Comments
 (0)