Skip to content

Commit 52efecb

Browse files
committed
bump fsspec, gcsfs to match in whats new
1 parent a256dcc commit 52efecb

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

ci/deps/actions-38-minimum_versions.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ dependencies:
2626
- bottleneck=1.3.2
2727
- brotlipy=0.7.0
2828
- fastparquet=0.6.3
29-
- fsspec=2021.07.0
29+
- fsspec=2021.08.0
3030
- html5lib=1.1
3131
- hypothesis=6.13.0
32-
- gcsfs=2021.07.0
32+
- gcsfs=2021.08.0
3333
- jinja2=3.0.0
3434
- lxml=4.6.3
3535
- matplotlib=3.3.2

pandas/compat/_optional.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"bottleneck": "1.3.2",
1818
"brotli": "0.7.0",
1919
"fastparquet": "0.6.3",
20-
"fsspec": "2021.07.0",
20+
"fsspec": "2021.08.0",
2121
"html5lib": "1.1",
2222
"hypothesis": "6.13.0",
23-
"gcsfs": "2021.07.0",
23+
"gcsfs": "2021.08.0",
2424
"jinja2": "3.0.0",
2525
"lxml.etree": "4.6.3",
2626
"matplotlib": "3.3.2",

setup.cfg

+5-5
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ computation =
6868
scipy>=1.7.1
6969
xarray>=0.19.0
7070
fss =
71-
fsspec>=2021.07.0
71+
fsspec>=2021.08.0
7272
aws =
7373
s3fs>=0.4.0
7474
gcp =
75-
gcsfs>=2021.07.0
75+
gcsfs>=2021.08.0
7676
pandas-gbq>=0.15.0
7777
excel =
7878
odfpy>=1.4.1
@@ -124,9 +124,9 @@ all =
124124
blosc>=1.21.0
125125
bottleneck>=1.3.2
126126
brotlipy>=0.7.0
127-
fastparquet>=0.4.0
128-
fsspec>=2021.07.0
129-
gcsfs>=2021.07.0
127+
fastparquet>=0.6.3
128+
fsspec>=2021.08.0
129+
gcsfs>=2021.08.0
130130
html5lib>=1.1
131131
hypothesis>=6.13.0
132132
jinja2>=3.0.0

0 commit comments

Comments
 (0)