Skip to content

Commit

Permalink
Remove aiobotocore pin again (pandas-dev#43260)
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl authored Aug 28, 2021
1 parent f6ae271 commit e39ea30
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion ci/deps/actions-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies:
- python-dateutil
- pytz
- s3fs>=0.4.2
- aiobotocore<=1.3.3
- scipy
- sqlalchemy
- xlrd
Expand Down
1 change: 0 additions & 1 deletion ci/deps/azure-windows-38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ dependencies:
- python-dateutil
- pytz
- s3fs>=0.4.0
- aiobotocore<=1.3.3
- scipy
- xlrd
- xlsxwriter
Expand Down
1 change: 0 additions & 1 deletion ci/deps/azure-windows-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ dependencies:
- python-dateutil
- pytz
- s3fs>=0.4.2
- aiobotocore<=1.3.3
- scipy
- sqlalchemy
- xlrd
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<=1.3.3 # Remove when s3fs is at 2021.08.0
- aiobotocore
- 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
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>=0.17.0
python-snappy
tables>=3.6.1
s3fs>=0.4.0
aiobotocore<=1.3.3
aiobotocore
fsspec>=0.7.4, <2021.6.0
gcsfs>=0.6.0
sqlalchemy
Expand Down

0 comments on commit e39ea30

Please sign in to comment.