Skip to content

Commit 0c1e59c

Browse files
Backport PR pandas-dev#42023: CI: pin fsspec (pandas-dev#42032)
Co-authored-by: Matthew Zeitlin <[email protected]>
1 parent c513854 commit 0c1e59c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ci/deps/actions-37-db.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- botocore>=1.11
1717
- dask
1818
- fastparquet>=0.4.0
19-
- fsspec>=0.7.4
19+
- fsspec>=0.7.4, <2021.6.0
2020
- gcsfs>=0.6.0
2121
- geopandas
2222
- html5lib

ci/deps/actions-37.yaml

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

1515
# pandas dependencies
1616
- botocore>=1.11
17-
- fsspec>=0.7.4
17+
- fsspec>=0.7.4, <2021.6.0
1818
- numpy=1.19
1919
- python-dateutil
2020
- nomkl

ci/deps/azure-windows-37.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
# pandas dependencies
1616
- beautifulsoup4
1717
- bottleneck
18-
- fsspec>=0.8.0
18+
- fsspec>=0.8.0, <2021.6.0
1919
- gcsfs>=0.6.0
2020
- html5lib
2121
- jinja2

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ dependencies:
106106
- pyqt>=5.9.2 # pandas.read_clipboard
107107
- pytables>=3.5.1 # pandas.read_hdf, DataFrame.to_hdf
108108
- s3fs>=0.4.0 # file IO when using 's3://...' path
109-
- fsspec>=0.7.4 # for generic remote file operations
109+
- fsspec>=0.7.4, <2021.6.0 # for generic remote file operations
110110
- gcsfs>=0.6.0 # file IO when using 'gcs://...' path
111111
- sqlalchemy # pandas.read_sql, DataFrame.to_sql
112112
- xarray # DataFrame.to_xarray

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ python-snappy
7070
pyqt5>=5.9.2
7171
tables>=3.5.1
7272
s3fs>=0.4.0
73-
fsspec>=0.7.4
73+
fsspec>=0.7.4, <2021.6.0
7474
gcsfs>=0.6.0
7575
sqlalchemy
7676
xarray

0 commit comments

Comments
 (0)