Skip to content

Commit 8c13234

Browse files
mzeitlin11meeseeksmachine
authored andcommitted
Backport PR pandas-dev#42210: CI: pin more fsspec
1 parent abf10dd commit 8c13234

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/deps/actions-37-slow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414

1515
# pandas dependencies
1616
- beautifulsoup4
17-
- fsspec>=0.7.4
17+
- fsspec>=0.7.4, <2021.6.0
1818
- html5lib
1919
- lxml
2020
- matplotlib

ci/deps/actions-38-slow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313

1414
# pandas dependencies
1515
- beautifulsoup4
16-
- fsspec>=0.7.4
16+
- fsspec>=0.7.4, <2021.6.0
1717
- html5lib
1818
- lxml
1919
- matplotlib

ci/deps/azure-windows-38.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- bottleneck
1818
- fastparquet>=0.4.0
1919
- flask
20-
- fsspec>=0.8.0
20+
- fsspec>=0.8.0, <2021.6.0
2121
- matplotlib=3.1.3
2222
- moto>=1.3.14
2323
- numba

0 commit comments

Comments
 (0)