Skip to content

Commit

Permalink
Backport PR #42023: CI: pin fsspec (#42067)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Zeitlin <[email protected]>
  • Loading branch information
simonjayhawkins and mzeitlin11 authored Jun 17, 2021
1 parent 6d6d4c9 commit fd81954
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/deps/actions-37-cov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- botocore>=1.11
- dask
- fastparquet>=0.4.0, <=0.5.0
- fsspec>=0.7.4
- fsspec>=0.7.4, <2021.6.0
- gcsfs>=0.6.0
- geopandas
- html5lib
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/azure-37.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:

# pandas dependencies
- botocore>=1.11
- fsspec>=0.7.4
- fsspec>=0.7.4, <2021.6.0
- numpy=1.19
- python-dateutil
- nomkl
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/azure-windows-37.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
# pandas dependencies
- beautifulsoup4
- bottleneck
- fsspec>=0.8.0
- fsspec>=0.8.0, <2021.6.0
- gcsfs>=0.6.0
- html5lib
- jinja2
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ dependencies:
- pyqt>=5.9.2 # pandas.read_clipboard
- pytables>=3.5.1 # pandas.read_hdf, DataFrame.to_hdf
- s3fs>=0.4.0 # file IO when using 's3://...' path
- fsspec>=0.7.4 # for generic remote file operations
- fsspec>=0.7.4, <2021.6.0 # for generic remote file operations
- gcsfs>=0.6.0 # file IO when using 'gcs://...' path
- sqlalchemy # pandas.read_sql, DataFrame.to_sql
- xarray # DataFrame.to_xarray
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ python-snappy
pyqt5>=5.9.2
tables>=3.5.1
s3fs>=0.4.0
fsspec>=0.7.4
fsspec>=0.7.4, <2021.6.0
gcsfs>=0.6.0
sqlalchemy
xarray
Expand Down

0 comments on commit fd81954

Please sign in to comment.