Skip to content

Commit

Permalink
Pin aiobotocore to lower than 2.0 (pandas-dev#44315)
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl authored Nov 5, 2021
1 parent a3bcbf8 commit 28c7f76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ci/deps/actions-38-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- pytest-cov>=2.10.1 # this is only needed in the coverage build, ref: GH 35737

# pandas dependencies
- aiobotocore<2.0.0
- beautifulsoup4
- botocore>=1.11
- dask
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ dependencies:

- pytables>=3.6.1 # pandas.read_hdf, DataFrame.to_hdf
- s3fs>=0.4.0 # file IO when using 's3://...' path
- aiobotocore
- aiobotocore<2.0.0
- fsspec>=0.7.4 # for generic remote file operations
- gcsfs>=0.6.0 # file IO when using 'gcs://...' path
- sqlalchemy # pandas.read_sql, DataFrame.to_sql
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pyarrow>=1.0.1
python-snappy
tables>=3.6.1
s3fs>=0.4.0
aiobotocore
aiobotocore<2.0.0
fsspec>=0.7.4
gcsfs>=0.6.0
sqlalchemy
Expand Down

0 comments on commit 28c7f76

Please sign in to comment.