Skip to content

Backport PR #43260 on branch 1.3.x (CI: Remove aiobotocore pin again) #43279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ci/deps/actions-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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-37.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>=2.0
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<2.0
- xlsxwriter
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,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
- 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 @@ -70,7 +70,7 @@ python-snappy
pyqt5>=5.9.2
tables>=3.5.1
s3fs>=0.4.0
aiobotocore<=1.3.3
aiobotocore
fsspec>=0.7.4, <2021.6.0
gcsfs>=0.6.0
sqlalchemy
Expand Down