Skip to content

Commit fd81954

Browse files
Backport PR pandas-dev#42023: CI: pin fsspec (pandas-dev#42067)
Co-authored-by: Matthew Zeitlin <[email protected]>
1 parent 6d6d4c9 commit fd81954

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ci/deps/actions-37-cov.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, <=0.5.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/azure-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
@@ -104,7 +104,7 @@ dependencies:
104104
- pyqt>=5.9.2 # pandas.read_clipboard
105105
- pytables>=3.5.1 # pandas.read_hdf, DataFrame.to_hdf
106106
- s3fs>=0.4.0 # file IO when using 's3://...' path
107-
- fsspec>=0.7.4 # for generic remote file operations
107+
- fsspec>=0.7.4, <2021.6.0 # for generic remote file operations
108108
- gcsfs>=0.6.0 # file IO when using 'gcs://...' path
109109
- sqlalchemy # pandas.read_sql, DataFrame.to_sql
110110
- xarray # DataFrame.to_xarray

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ python-snappy
6868
pyqt5>=5.9.2
6969
tables>=3.5.1
7070
s3fs>=0.4.0
71-
fsspec>=0.7.4
71+
fsspec>=0.7.4, <2021.6.0
7272
gcsfs>=0.6.0
7373
sqlalchemy
7474
xarray

0 commit comments

Comments
 (0)