Skip to content

Commit 3cc9587

Browse files
Backport PR #43260: CI: Remove aiobotocore pin again (#43279)
Co-authored-by: Patrick Hoefler <[email protected]>
1 parent 953d8e8 commit 3cc9587

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed

ci/deps/actions-39.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ dependencies:
3030
- python-dateutil
3131
- pytz
3232
- s3fs>=0.4.2
33-
- aiobotocore<=1.3.3
3433
- scipy
3534
- sqlalchemy
3635
- xlrd

ci/deps/azure-windows-37.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ dependencies:
3131
- python-dateutil
3232
- pytz
3333
- s3fs>=0.4.2
34-
- aiobotocore<=1.3.3
3534
- scipy
3635
- sqlalchemy
3736
- xlrd>=2.0

ci/deps/azure-windows-38.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ dependencies:
3030
- python-dateutil
3131
- pytz
3232
- s3fs>=0.4.0
33-
- aiobotocore<=1.3.3
3433
- scipy
3534
- xlrd<2.0
3635
- xlsxwriter

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ dependencies:
106106
- pyqt>=5.9.2 # pandas.read_clipboard
107107
- pytables>=3.5.1 # pandas.read_hdf, DataFrame.to_hdf
108108
- s3fs>=0.4.0 # file IO when using 's3://...' path
109-
- aiobotocore<=1.3.3 # Remove when s3fs is at 2021.08.0
109+
- aiobotocore
110110
- fsspec>=0.7.4, <2021.6.0 # for generic remote file operations
111111
- gcsfs>=0.6.0 # file IO when using 'gcs://...' path
112112
- sqlalchemy # pandas.read_sql, DataFrame.to_sql

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ python-snappy
7070
pyqt5>=5.9.2
7171
tables>=3.5.1
7272
s3fs>=0.4.0
73-
aiobotocore<=1.3.3
73+
aiobotocore
7474
fsspec>=0.7.4, <2021.6.0
7575
gcsfs>=0.6.0
7676
sqlalchemy

0 commit comments

Comments
 (0)