Skip to content

Commit e39ea30

Browse files
authored
Remove aiobotocore pin again (#43260)
1 parent f6ae271 commit e39ea30

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
@@ -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

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
3635
- xlsxwriter

ci/deps/azure-windows-39.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ dependencies:
3232
- python-dateutil
3333
- pytz
3434
- s3fs>=0.4.2
35-
- aiobotocore<=1.3.3
3635
- scipy
3736
- sqlalchemy
3837
- xlrd

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ dependencies:
105105

106106
- pytables>=3.6.1 # pandas.read_hdf, DataFrame.to_hdf
107107
- s3fs>=0.4.0 # file IO when using 's3://...' path
108-
- aiobotocore<=1.3.3 # Remove when s3fs is at 2021.08.0
108+
- aiobotocore
109109
- fsspec>=0.7.4, <2021.6.0 # for generic remote file operations
110110
- gcsfs>=0.6.0 # file IO when using 'gcs://...' path
111111
- sqlalchemy # pandas.read_sql, DataFrame.to_sql

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pyarrow>=0.17.0
6969
python-snappy
7070
tables>=3.6.1
7171
s3fs>=0.4.0
72-
aiobotocore<=1.3.3
72+
aiobotocore
7373
fsspec>=0.7.4, <2021.6.0
7474
gcsfs>=0.6.0
7575
sqlalchemy

0 commit comments

Comments
 (0)